[PATCH] D18360: Add AIX Target/ToolChain to Clang Driver

David Majnemer via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 18 09:29:50 PDT 2016


majnemer added a subscriber: majnemer.

================
Comment at: lib/Basic/Targets.cpp:718
@@ +717,3 @@
+    Builder.defineMacro("_LONG_LONG");
+    Builder.defineMacro("_ALL_SOURCE");
+    Builder.defineMacro("_REENTRANT");
----------------
Are we really supposed to define this macro?  Does GCC define this?  I cannot find where it does so in the source.


https://reviews.llvm.org/D18360





More information about the cfe-commits mailing list