mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-20 00:20:11 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user