From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com []) by mx.groups.io with SMTP id smtpd.web09.1265.1573719916124840479 for ; Thu, 14 Nov 2019 00:25:17 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: liming.gao@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Nov 2019 00:25:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,302,1569308400"; d="scan'208";a="208057551" Received: from shwde7172.ccr.corp.intel.com ([10.239.158.22]) by orsmga006.jf.intel.com with ESMTP; 14 Nov 2019 00:25:16 -0800 From: "Liming Gao" To: devel@edk2.groups.io Cc: Jian J Wang Subject: [Patch 2/5] MdeModulePkg RegularExpressionDxe: Update tool chain name to CLANGPDB Date: Thu, 14 Nov 2019 16:24:37 +0800 Message-Id: <1573719880-6820-3-git-send-email-liming.gao@intel.com> X-Mailer: git-send-email 2.8.0.windows.1 In-Reply-To: <1573719880-6820-1-git-send-email-liming.gao@intel.com> References: <1573719880-6820-1-git-send-email-liming.gao@intel.com> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2341 Signed-off-by: Liming Gao Cc: Jian J Wang --- 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