aboutsummaryrefslogtreecommitdiffstats
path: root/host/include/llvm/Config/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/llvm/Config/config.h')
-rw-r--r--host/include/llvm/Config/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h
index 7aa5fc1..93be9ad 100644
--- a/host/include/llvm/Config/config.h
+++ b/host/include/llvm/Config/config.h
@@ -472,7 +472,7 @@
#define LLVM_MANDIR "/usr/local/google/llvm/man"
/* Build multithreading support into LLVM */
-#define LLVM_MULTITHREADED 0
+#define LLVM_MULTITHREADED 1
/* LLVM architecture name for the native architecture, if available */
#define LLVM_NATIVE_ARCH X86Target