aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2010-05-09 05:30:09 -0700
committerShih-wei Liao <sliao@google.com>2010-05-09 05:30:09 -0700
commit01cd9d86e74fb2f13156215d85df202a0d11110f (patch)
tree0e8fafb53d85db908cc22c068ac90e6a6487854d /host
parentc364886a209cb2712a4a8e55ba84a53e780fa78a (diff)
downloadexternal_llvm-01cd9d86e74fb2f13156215d85df202a0d11110f.zip
external_llvm-01cd9d86e74fb2f13156215d85df202a0d11110f.tar.gz
external_llvm-01cd9d86e74fb2f13156215d85df202a0d11110f.tar.bz2
atomics.h
Change-Id: Iad1cf587770d21d2d7306fc661ee159901cc4d18
Diffstat (limited to 'host')
-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