summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Threading.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-06 18:50:47 +0000
committerOwen Anderson <resistor@mac.com>2009-07-06 18:50:47 +0000
commit1d182d08baa5632f64ad32957e814302a2303178 (patch)
tree979fee87b555f5bbca6af239debbdf7d97eff891 /llvm/lib/System/Threading.cpp
parent39f00cc1d459f02d3a1c115b40d7560f93b22908 (diff)
downloadbcm5719-llvm-1d182d08baa5632f64ad32957e814302a2303178.tar.gz
bcm5719-llvm-1d182d08baa5632f64ad32957e814302a2303178.zip
We need to include config.h to get the proper setting to LLVM_MULTITHREADED.
Patch by Xerxes Ranby. llvm-svn: 74846
Diffstat (limited to 'llvm/lib/System/Threading.cpp')
-rw-r--r--llvm/lib/System/Threading.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/Threading.cpp b/llvm/lib/System/Threading.cpp
index c6a8214eb59..bc41afee66b 100644
--- a/llvm/lib/System/Threading.cpp
+++ b/llvm/lib/System/Threading.cpp
@@ -11,6 +11,7 @@
//
//===----------------------------------------------------------------------===//
+#include "llvm/Config/config.h"
#include "llvm/System/Threading.h"
#include "llvm/System/Atomic.h"
#include "llvm/System/Mutex.h"
OpenPOWER on IntegriCloud