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:
8cec2f2
)
Try to appease a buildbot
author
David Majnemer
<david.majnemer@gmail.com>
Sat, 12 Dec 2015 05:53:20 +0000
(
05:53
+0000)
committer
David Majnemer
<david.majnemer@gmail.com>
Sat, 12 Dec 2015 05:53:20 +0000
(
05:53
+0000)
The builder complains thusly:
error C2027: use of undefined type 'llvm::raw_ostream'
Try to make it happy by including raw_ostream.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255425
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/EHPersonalities.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/EHPersonalities.cpp
b/lib/Analysis/EHPersonalities.cpp
index c95fcee13b83258db780480397c3de99e20e8c59..3704d49c91d12cbe4272ba05a72d9388b5383c2b 100644
(file)
--- a/
lib/Analysis/EHPersonalities.cpp
+++ b/
lib/Analysis/EHPersonalities.cpp
@@
-14,6
+14,7
@@
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
using namespace llvm;
/// See if the given exception handling personality function is one that we