summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2019-11-14 16:02:18 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2019-11-15 06:04:21 +0000
commit6321ec4eaf20991454dbeaed08e2a4defc1ee99d (patch)
tree164f4bc13d5d7fc7e955b80828580b0807a6dc11 /MdeModulePkg/Universal
parent14672c34bdced0b09d4a4226e648e14701442b3e (diff)
downloadedk2-6321ec4eaf20991454dbeaed08e2a4defc1ee99d.tar.gz
edk2-6321ec4eaf20991454dbeaed08e2a4defc1ee99d.tar.bz2
edk2-6321ec4eaf20991454dbeaed08e2a4defc1ee99d.zip
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> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal')
-rw-r--r--MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf2
1 files changed, 1 insertions, 1 deletions
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