[llvm-commits] [llvm] r74846 - /llvm/trunk/lib/System/Threading.cpp

Owen Anderson resistor at mac.com
Mon Jul 6 11:50:55 PDT 2009


Author: resistor
Date: Mon Jul  6 13:50:47 2009
New Revision: 74846

URL: http://llvm.org/viewvc/llvm-project?rev=74846&view=rev
Log:
We need to include config.h to get the proper setting to LLVM_MULTITHREADED.

Patch by Xerxes Ranby.

Modified:
    llvm/trunk/lib/System/Threading.cpp

Modified: llvm/trunk/lib/System/Threading.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/System/Threading.cpp?rev=74846&r1=74845&r2=74846&view=diff

==============================================================================
--- llvm/trunk/lib/System/Threading.cpp (original)
+++ llvm/trunk/lib/System/Threading.cpp Mon Jul  6 13:50:47 2009
@@ -11,6 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/Config/config.h"
 #include "llvm/System/Threading.h"
 #include "llvm/System/Atomic.h"
 #include "llvm/System/Mutex.h"





More information about the llvm-commits mailing list