[llvm-commits] [llvm] r74835 - /llvm/trunk/lib/System/Threading.cpp
Chris Lattner
sabre at nondot.org
Mon Jul 6 10:25:04 PDT 2009
Author: lattner
Date: Mon Jul 6 12:24:48 2009
New Revision: 74835
URL: http://llvm.org/viewvc/llvm-project?rev=74835&view=rev
Log:
improve portability to windows, patch by Xerces 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=74835&r1=74834&r2=74835&view=diff
==============================================================================
--- llvm/trunk/lib/System/Threading.cpp (original)
+++ llvm/trunk/lib/System/Threading.cpp Mon Jul 6 12:24:48 2009
@@ -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;
More information about the llvm-commits
mailing list