aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-04-21 15:31:45 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-04-21 15:31:45 +0000
commit8959393533bfbdcbbfe3c5f336729394896100ce (patch)
tree3844403c3917719ab8c9940c1b3e434fdb1c408f /lib/Target/Hexagon
parentd2f16a292baed68a42f3db8e3c9d84030e3f4d09 (diff)
downloadexternal_llvm-8959393533bfbdcbbfe3c5f336729394896100ce.zip
external_llvm-8959393533bfbdcbbfe3c5f336729394896100ce.tar.gz
external_llvm-8959393533bfbdcbbfe3c5f336729394896100ce.tar.bz2
llvm/lib/Target: [PR12611] Add "llvm/Support/raw_ostream.h" for Debug build on MSVC.
Thanks to Andy Gibbs, to report the issue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155287 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Hexagon')
-rw-r--r--lib/Target/Hexagon/HexagonISelLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Hexagon/HexagonISelLowering.cpp b/lib/Target/Hexagon/HexagonISelLowering.cpp
index c0773fe..88965a5 100644
--- a/lib/Target/Hexagon/HexagonISelLowering.cpp
+++ b/lib/Target/Hexagon/HexagonISelLowering.cpp
@@ -35,6 +35,7 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/raw_ostream.h"
using namespace llvm;