Kill the LLVM global lock.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211069 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Zachary Turner
2014-06-16 22:40:42 +00:00
parent 497b7bb3e3
commit 9020dc35dc
4 changed files with 23 additions and 10 deletions
-5
View File
@@ -20,11 +20,6 @@
using namespace llvm;
sys::Mutex& llvm::llvm_get_global_lock() {
static sys::Mutex global_lock;
return global_lock;
}
bool llvm::llvm_is_multithreaded() {
#if LLVM_ENABLE_THREADS != 0
return true;