mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 19:25:00 +00:00
Revert r211066, 211067, 211068, 211069, 211070.
These were committed accidentally from the wrong branch before having a review sign-off. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211072 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2702,10 +2702,11 @@ void LLVMDisposePassManager(LLVMPassManagerRef PM) {
|
||||
/*===-- Threading ------------------------------------------------------===*/
|
||||
|
||||
LLVMBool LLVMStartMultithreaded() {
|
||||
return LLVMIsMultithreaded();
|
||||
return llvm_start_multithreaded();
|
||||
}
|
||||
|
||||
void LLVMStopMultithreaded() {
|
||||
llvm_stop_multithreaded();
|
||||
}
|
||||
|
||||
LLVMBool LLVMIsMultithreaded() {
|
||||
|
Reference in New Issue
Block a user