include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency.
[oota-llvm.git] / include / llvm / Config / llvm-config.h.in
index c18a1798b13d9da2ae7d8eed2d5d230d1669373d..f04385edc0c6d1b3bfb8f8b2892005def4101de5 100644 (file)
@@ -31,6 +31,9 @@
 /* Installation directory for config files */
 #undef LLVM_ETCDIR
 
+/* Has gcc/MSVC atomic intrinsics */
+#undef LLVM_HAS_ATOMICS
+
 /* Host triple we were built on */
 #undef LLVM_HOSTTRIPLE
 
@@ -46,9 +49,6 @@
 /* Installation directory for man pages */
 #undef LLVM_MANDIR
 
-/* Has gcc/MSVC atomic intrinsics */
-#undef LLVM_HAS_ATOMICS
-
 /* LLVM architecture name for the native architecture, if available */
 #undef LLVM_NATIVE_ARCH