aboutsummaryrefslogtreecommitdiffstats
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 1dd7ed6961..83c8f5d38e 100644
--- a/include/llvm/Config/llvm-config.h.in
+++ b/include/llvm/Config/llvm-config.h.in
@@ -25,6 +25,9 @@
/* Installation directory for data files */
#undef LLVM_DATADIR
+/* Target triple LLVM will generate code for by default */
+#undef LLVM_DEFAULT_TARGET_TRIPLE
+
/* Installation directory for documentation */
#undef LLVM_DOCSDIR
@@ -34,9 +37,6 @@
/* Has gcc/MSVC atomic intrinsics */
#undef LLVM_HAS_ATOMICS
-/* Host triple we were built on */
-#undef LLVM_DEFAULT_TARGET_TRIPLE
-
/* Installation directory for include files */
#undef LLVM_INCLUDEDIR