forked from OSchip/llvm-project
improve portability to windows, patch by Xerces Ranby!
llvm-svn: 74835
This commit is contained in:
parent
5a2e52182a
commit
738cc28f4d
|
@ -14,8 +14,8 @@
|
||||||
#include "llvm/System/Threading.h"
|
#include "llvm/System/Threading.h"
|
||||||
#include "llvm/System/Atomic.h"
|
#include "llvm/System/Atomic.h"
|
||||||
#include "llvm/System/Mutex.h"
|
#include "llvm/System/Mutex.h"
|
||||||
|
#include "llvm/Config/config.h"
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
static bool multithreaded_mode = false;
|
static bool multithreaded_mode = false;
|
||||||
|
|
Loading…
Reference in New Issue