[PATCH] D38824: [X86] Synchronize the existing CPU predefined macros with the cases that gcc defines them
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 26 11:49:14 PDT 2017
RKSimon added inline comments.
================
Comment at: lib/Basic/Targets/X86.cpp:835
defineCPUMacros(Builder, "slm");
+ // gcc also defineds 'silvermont', but we never have. See comment below.
break;
----------------
defines
https://reviews.llvm.org/D38824
More information about the cfe-commits
mailing list