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:
02fbffd
)
Add #include of raw_ostream.h to MipsSEISelLowering.cpp
author
Hans Wennborg
<hans@hanshq.net>
Wed, 30 Oct 2013 16:10:10 +0000
(16:10 +0000)
committer
Hans Wennborg
<hans@hanshq.net>
Wed, 30 Oct 2013 16:10:10 +0000
(16:10 +0000)
Fixing this Windows build error:
..\lib\Target\Mips\MipsSEISelLowering.cpp(997) : error C2027: use of undefined type 'llvm::raw_ostream'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193696
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Mips/MipsSEISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/MipsSEISelLowering.cpp
b/lib/Target/Mips/MipsSEISelLowering.cpp
index c6ca87caa53f94d7e94e60391160f2c5d7872061..50a41d3afa50bedcdf2925c2d2c788001413072f 100644
(file)
--- a/
lib/Target/Mips/MipsSEISelLowering.cpp
+++ b/
lib/Target/Mips/MipsSEISelLowering.cpp
@@
-19,6
+19,7
@@
#include "llvm/IR/Intrinsics.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
using namespace llvm;