OSDN Git Service

mError
authorShih-wei Liao <sliao@google.com>
Sun, 9 May 2010 13:37:55 +0000 (06:37 -0700)
committerShih-wei Liao <sliao@google.com>
Sun, 9 May 2010 13:37:55 +0000 (06:37 -0700)
Change-Id: I29399bbfa3b4b8cabb6caf64f5f3121727b17583

device/include/llvm/Config/config.h
host/include/llvm/Config/config.h

index 709a702..3dbc737 100644 (file)
 
 /* 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
index 93be9ad..7aa5fc1 100644 (file)
 #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