forked from OSchip/llvm-project
parent
0e528202b8
commit
30ae556319
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "lld/Common/Threads.h"
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
|
||||
static std::vector<std::thread> Threads;
|
||||
|
||||
|
|
Loading…
Reference in New Issue