]> granicus.if.org Git - clang/commit
This fixes libclang to cope with the now compile-time multithreaded
authorChandler Carruth <chandlerc@gmail.com>
Fri, 27 Jun 2014 15:14:39 +0000 (15:14 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 27 Jun 2014 15:14:39 +0000 (15:14 +0000)
commit7896f834da1eb8de232b9476f7a22323012cd19a
tree07b4093401c519064aca7438c825f966138bf017
parentdc111a9e363412c7b1a3387333cb81049678c738
This fixes libclang to cope with the now compile-time multithreaded
selection re-enabled in r211900 in LLVM.

The approach (unlike r211121) doesn't rely on std::mutex or
std::call_once to avoid breaknig cygwin bots.

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