aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-05-19 22:25:55 +0000
committerOwen Anderson <resistor@mac.com>2009-05-19 22:25:55 +0000
commit197ca8e939bb4fa3b436685a58957a11e2adb8ff (patch)
tree05ce68920b4ed2f6ba8478afd5d6c5527332511b
parenta86037084d8c2338c305533807b3213cfdc47a3e (diff)
Forgot this file in my last commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72141 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 8ab67a4f63..eee2f94614 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -470,6 +470,9 @@
/* Installation directory for man pages */
#undef LLVM_MANDIR
+/* Build multithreading support into LLVM */
+#undef LLVM_MULTITHREADED
+
/* Define if this is Unixish platform */
#undef LLVM_ON_UNIX