mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-26 23:38:31 +00:00
[Support] Define llvm::parallel::strategy for -DLLVM_ENABLE_THREADS=off builds after D76885
This commit is contained in:
parent
0bd7e34508
commit
3be3eb48cd
@ -9,9 +9,6 @@
|
||||
#include "llvm/Support/Parallel.h"
|
||||
#include "llvm/Config/llvm-config.h"
|
||||
#include "llvm/Support/ManagedStatic.h"
|
||||
|
||||
#if LLVM_ENABLE_THREADS
|
||||
|
||||
#include "llvm/Support/Threading.h"
|
||||
|
||||
#include <atomic>
|
||||
@ -22,6 +19,8 @@
|
||||
|
||||
llvm::ThreadPoolStrategy llvm::parallel::strategy;
|
||||
|
||||
#if LLVM_ENABLE_THREADS
|
||||
|
||||
namespace llvm {
|
||||
namespace parallel {
|
||||
namespace detail {
|
||||
|
Loading…
x
Reference in New Issue
Block a user