projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4733e74
)
improve portability to windows, patch by Xerces Ranby!
author
Chris Lattner
<sabre@nondot.org>
Mon, 6 Jul 2009 17:24:48 +0000
(17:24 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 6 Jul 2009 17:24:48 +0000
(17:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74835
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/System/Threading.cpp
patch
|
blob
|
history
diff --git
a/lib/System/Threading.cpp
b/lib/System/Threading.cpp
index a2d7f82715d9440eb533b20bd2dd018666c6a7be..c6a8214eb59edf15c5ffeee1f68c06f3d97bcca7 100644
(file)
--- a/
lib/System/Threading.cpp
+++ b/
lib/System/Threading.cpp
@@
-14,8
+14,8
@@
#include "llvm/System/Threading.h"
#include "llvm/System/Atomic.h"
#include "llvm/System/Mutex.h"
+#include "llvm/Config/config.h"
#include <cassert>
-
using namespace llvm;
static bool multithreaded_mode = false;