aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--device/include/llvm/Config/config.h1
-rw-r--r--host/include/llvm/Config/config.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/device/include/llvm/Config/config.h b/device/include/llvm/Config/config.h
index 709a702..3dbc737 100644
--- a/device/include/llvm/Config/config.h
+++ b/device/include/llvm/Config/config.h
@@ -476,7 +476,6 @@
/* Build multithreading support into LLVM */
/* #undef LLVM_MULTITHREADED */
-//#define LLVM_MULTITHREADED 1
/* LLVM architecture name for the native architecture, if available */
#define LLVM_NATIVE_ARCH ARMTarget
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h
index 93be9ad..7aa5fc1 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 1
+#define LLVM_MULTITHREADED 0
/* LLVM architecture name for the native architecture, if available */
#define LLVM_NATIVE_ARCH X86Target