aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config/config.h.cmake
diff options
context:
space:
mode:
authorXerxes Ranby <xerxes@zafena.se>2009-07-17 19:22:41 +0000
committerXerxes Ranby <xerxes@zafena.se>2009-07-17 19:22:41 +0000
commit6215c6227e788c7c13d5d83d469e5b0019a0f1af (patch)
tree661605be3062b23c92bb284d4170f09335b6314b /include/llvm/Config/config.h.cmake
parentd8aa9fc06274604eae2b5156045a71857a8f18c4 (diff)
downloadexternal_llvm-6215c6227e788c7c13d5d83d469e5b0019a0f1af.zip
external_llvm-6215c6227e788c7c13d5d83d469e5b0019a0f1af.tar.gz
external_llvm-6215c6227e788c7c13d5d83d469e5b0019a0f1af.tar.bz2
Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76221 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.cmake')
-rw-r--r--include/llvm/Config/config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake
index 0511140..8a52f92 100644
--- a/include/llvm/Config/config.h.cmake
+++ b/include/llvm/Config/config.h.cmake
@@ -467,6 +467,9 @@
/* Installation directory for man pages */
#undef LLVM_MANDIR
+/* Build multithreading support into LLVM */
+#cmakedefine LLVM_MULTITHREADED ${LLVM_MULTITHREADED}
+
/* Define if this is Unixish platform */
#cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}