summaryrefslogtreecommitdiffstats
path: root/lib/clang/include/llvm/Config
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/include/llvm/Config')
-rw-r--r--lib/clang/include/llvm/Config/config.h2
-rw-r--r--lib/clang/include/llvm/Config/llvm-config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h
index 7650f51..6b0629c 100644
--- a/lib/clang/include/llvm/Config/config.h
+++ b/lib/clang/include/llvm/Config/config.h
@@ -564,7 +564,7 @@
/* #undef LLVM_MANDIR */
/* Build multithreading support into LLVM */
-#define LLVM_MULTITHREADED 0
+/* #undef LLVM_MULTITHREADED */
/* LLVM architecture name for the native architecture, if available */
#define LLVM_NATIVE_ARCH X86
diff --git a/lib/clang/include/llvm/Config/llvm-config.h b/lib/clang/include/llvm/Config/llvm-config.h
index e6912ba..fc3ec97 100644
--- a/lib/clang/include/llvm/Config/llvm-config.h
+++ b/lib/clang/include/llvm/Config/llvm-config.h
@@ -49,7 +49,7 @@
/* #undef LLVM_MANDIR */
/* Build multithreading support into LLVM */
-#define LLVM_MULTITHREADED 0
+/* #undef LLVM_MULTITHREADED */
/* LLVM architecture name for the native architecture, if available */
#define LLVM_NATIVE_ARCH X86
OpenPOWER on IntegriCloud