From 4004d6a3076e94bd23e681411c43682267a202fe Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 27 Feb 2011 00:02:48 +0000 Subject: Instead of defining LLVM_MULTITHREADED as 0 or 1, define or undefine it, and test appropriately. Otherwise it might erroneously pick up some pthread primitives, and fail to link. --- lib/clang/include/llvm/Config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/clang/include/llvm/Config/config.h') 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 -- cgit v1.1