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 | |
| parent | 01cd9d86e74fb2f13156215d85df202a0d11110f (diff) | |
| download | external_llvm-6d9ab31472b61c32b71878d72a421dac40a509aa.tar.gz external_llvm-6d9ab31472b61c32b71878d72a421dac40a509aa.tar.bz2 external_llvm-6d9ab31472b61c32b71878d72a421dac40a509aa.zip | |
mError
Change-Id: I29399bbfa3b4b8cabb6caf64f5f3121727b17583
| -rw-r--r-- | device/include/llvm/Config/config.h | 1 | ||||
| -rw-r--r-- | host/include/llvm/Config/config.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/device/include/llvm/Config/config.h b/device/include/llvm/Config/config.h index 709a70237d..3dbc737362 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 93be9ad740..7aa5fc126b 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 |
