[edk2-devel] [Patch 2/5] MdeModulePkg RegularExpressionDxe: Update tool chain name to CLANGPDB

Liming Gao posted 5 patches 6 years, 2 months ago
[edk2-devel] [Patch 2/5] MdeModulePkg RegularExpressionDxe: Update tool chain name to CLANGPDB
Posted by Liming Gao 6 years, 2 months ago
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2341

Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
---
 MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
index e9c885465d..dd33205fce 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
@@ -108,7 +108,7 @@
   GCC:*_*_*_CC_FLAGS = -Wno-error=maybe-uninitialized
 
   # Oniguruma: implicit conversion from 'UINTN' (aka 'unsigned long long') to 'long'
-  GCC:*_CLANG9_*_CC_FLAGS = -Wno-error=constant-conversion
+  GCC:*_CLANGPDB_*_CC_FLAGS = -Wno-error=constant-conversion
 
   # Not add -Wno-error=maybe-uninitialized option for XCODE
   # XCODE doesn't know this option
-- 
2.13.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50649): https://edk2.groups.io/g/devel/message/50649
Mute This Topic: https://groups.io/mt/57226559/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [Patch 2/5] MdeModulePkg RegularExpressionDxe: Update tool chain name to CLANGPDB
Posted by Wang, Jian J 6 years, 2 months ago
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>

Regards,
Jian

> -----Original Message-----
> From: Gao, Liming <liming.gao@intel.com>
> Sent: Thursday, November 14, 2019 4:25 PM
> To: devel@edk2.groups.io
> Cc: Wang, Jian J <jian.j.wang@intel.com>
> Subject: [Patch 2/5] MdeModulePkg RegularExpressionDxe: Update tool chain
> name to CLANGPDB
> 
> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2341
> 
> Signed-off-by: Liming Gao <liming.gao@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> ---
>  MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf | 2
> +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git
> a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
> b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
> index e9c885465d..dd33205fce 100644
> ---
> a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
> +++
> b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
> @@ -108,7 +108,7 @@
>    GCC:*_*_*_CC_FLAGS = -Wno-error=maybe-uninitialized
> 
>    # Oniguruma: implicit conversion from 'UINTN' (aka 'unsigned long long') to
> 'long'
> -  GCC:*_CLANG9_*_CC_FLAGS = -Wno-error=constant-conversion
> +  GCC:*_CLANGPDB_*_CC_FLAGS = -Wno-error=constant-conversion
> 
>    # Not add -Wno-error=maybe-uninitialized option for XCODE
>    # XCODE doesn't know this option
> --
> 2.13.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50698): https://edk2.groups.io/g/devel/message/50698
Mute This Topic: https://groups.io/mt/57226559/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-