]> granicus.if.org Git - clang/commit
libclang: make darwin pthread hacks conditional on LLVM_ENABLE_THREADS
authorAlp Toker <alp@nuanti.com>
Sun, 6 Jul 2014 06:24:00 +0000 (06:24 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 6 Jul 2014 06:24:00 +0000 (06:24 +0000)
commit0a9f133c0448657c6485afb2a856746164298479
treefeb1073f0188d0c88798e04bafcc7675749a45ff
parent8d331d40570531afce13a81ebc8e0a8206738694
libclang: make darwin pthread hacks conditional on LLVM_ENABLE_THREADS

Although these aren't strictly related to LLVM's core threading, it's
reasonable to avoid pthread usage in clang when building with
LLVM_ENABLE_THREADS disabled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212395 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/CIndex.cpp