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:
cc9fa81
)
Unbreak x64 MSVC build. Patch by Nicolas Capens!
author
Benjamin Kramer
<benny.kra@googlemail.com>
Thu, 19 Nov 2009 12:17:31 +0000
(12:17 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Thu, 19 Nov 2009 12:17:31 +0000
(12:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89341
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/System/Host.cpp
patch
|
blob
|
history
diff --git
a/lib/System/Host.cpp
b/lib/System/Host.cpp
index 37591a57b0707e7e7e7acdec2f99d99572e3e8ea..e112698349ee72991fa95b4c912c535dca3b714b 100644
(file)
--- a/
lib/System/Host.cpp
+++ b/
lib/System/Host.cpp
@@
-22,6
+22,9
@@
#ifdef LLVM_ON_WIN32
#include "Win32/Host.inc"
#endif
+#ifdef _MSC_VER
+#include <intrin.h>
+#endif
//===----------------------------------------------------------------------===//
//