aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config/llvm-config.h.cmake
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-09-19 20:43:23 +0000
committerEric Christopher <echristo@apple.com>2011-09-19 20:43:23 +0000
commit627445f3e661629d6d5f82f2dbf17be140a93c7d (patch)
tree4c19adb37aa06cf00dd3ca684fbc98a35a38196a /include/llvm/Config/llvm-config.h.cmake
parentbc80e94865d139a60534ac40cbf12f2d214dad56 (diff)
downloadexternal_llvm-627445f3e661629d6d5f82f2dbf17be140a93c7d.zip
external_llvm-627445f3e661629d6d5f82f2dbf17be140a93c7d.tar.gz
external_llvm-627445f3e661629d6d5f82f2dbf17be140a93c7d.tar.bz2
Rename LLVM_MULTITHREADED define and fix build without threads.
Patch by Arrowdodger. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140064 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/llvm-config.h.cmake')
-rw-r--r--include/llvm/Config/llvm-config.h.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Config/llvm-config.h.cmake b/include/llvm/Config/llvm-config.h.cmake
index 50ae267..59ea122 100644
--- a/include/llvm/Config/llvm-config.h.cmake
+++ b/include/llvm/Config/llvm-config.h.cmake
@@ -46,8 +46,8 @@
/* Installation directory for man pages */
#cmakedefine LLVM_MANDIR "${LLVM_MANDIR}"
-/* Build multithreading support into LLVM */
-#cmakedefine LLVM_MULTITHREADED ${LLVM_MULTITHREADED}
+/* Has gcc/MSVC atomic intrinsics */
+#define LLVM_HAS_ATOMICS ${LLVM_HAS_ATOMICS}
/* LLVM architecture name for the native architecture, if available */
#cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}