]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Avoid using __clang__ to specify CLANGPDB
authorLiu, Zhiguang <zhiguang.liu@intel.com>
Tue, 4 Feb 2020 02:20:58 +0000 (10:20 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 6 Feb 2020 08:55:58 +0000 (08:55 +0000)
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2415

Avoid using __clang__ to specify CLANGPDB because this macro is also defined
in CLANG38 and this causes CLANG38 build failure.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

No differences found