[PATCH] D12244: Implement ACLE 2.0 macros of chapters 6.4 and 6.5 for [ARM] and [Aarch64] targets
Renato Golin via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 3 01:52:18 PDT 2015
rengolin added a comment.
Hi Alexandros,
Sorry, I was on holidays. Apart from my comment, everything else looks good.
cheers,
--renato
================
Comment at: lib/Basic/Targets.cpp:4790
@@ +4789,3 @@
+ Builder.defineMacro("__ARM_FEATURE_SAT", "1");
+ Builder.defineMacro("__ARM_FEATURE_QBIT", "1");
+ }
----------------
Isn't there a combination where you'll emit this macro twice?
http://reviews.llvm.org/D12244
More information about the cfe-commits
mailing list