summaryrefslogtreecommitdiff
path: root/include/llvm/Config/llvm-config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Config/llvm-config.h.in')
-rw-r--r--include/llvm/Config/llvm-config.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Config/llvm-config.h.in b/include/llvm/Config/llvm-config.h.in
index c18a1798b1..f04385edc0 100644
--- a/include/llvm/Config/llvm-config.h.in
+++ b/include/llvm/Config/llvm-config.h.in
@@ -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