diff options
author | Shih-wei Liao <sliao@google.com> | 2010-05-09 06:37:55 -0700 |
---|---|---|
committer | Shih-wei Liao <sliao@google.com> | 2010-05-09 06:37:55 -0700 |
commit | 6d9ab31472b61c32b71878d72a421dac40a509aa (patch) | |
tree | 81a005fd5209b5daa8508feba1e577703dfb4057 /host | |
parent | 01cd9d86e74fb2f13156215d85df202a0d11110f (diff) | |
download | external_llvm-6d9ab31472b61c32b71878d72a421dac40a509aa.zip external_llvm-6d9ab31472b61c32b71878d72a421dac40a509aa.tar.gz external_llvm-6d9ab31472b61c32b71878d72a421dac40a509aa.tar.bz2 |
mError
Change-Id: I29399bbfa3b4b8cabb6caf64f5f3121727b17583
Diffstat (limited to 'host')
-rw-r--r-- | host/include/llvm/Config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |