[llvm-branch-commits] [llvm-branch] r155378 - in /llvm/branches/release_31: ./ lib/Target/Hexagon/HexagonISelLowering.cpp lib/Target/Mips/MipsISelLowering.cpp

Bill Wendling isanbard at gmail.com
Mon Apr 23 11:34:50 PDT 2012


Author: void
Date: Mon Apr 23 13:34:50 2012
New Revision: 155378

URL: http://llvm.org/viewvc/llvm-project?rev=155378&view=rev
Log:
Merging r155287:
------------------------------------------------------------------------
r155287 | chapuni | 2012-04-21 08:31:45 -0700 (Sat, 21 Apr 2012) | 3 lines

llvm/lib/Target: [PR12611] Add "llvm/Support/raw_ostream.h" for Debug build on MSVC.

Thanks to Andy Gibbs, to report the issue.
------------------------------------------------------------------------

Modified:
    llvm/branches/release_31/   (props changed)
    llvm/branches/release_31/lib/Target/Hexagon/HexagonISelLowering.cpp
    llvm/branches/release_31/lib/Target/Mips/MipsISelLowering.cpp

Propchange: llvm/branches/release_31/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Apr 23 13:34:50 2012
@@ -1,3 +1,3 @@
 /llvm/branches/Apple/Pertwee:110850,110961
 /llvm/branches/type-system-rewrite:133420-134817
-/llvm/trunk:155230,155284-155286,155288,155307,155342
+/llvm/trunk:155230,155284-155288,155307,155342

Modified: llvm/branches/release_31/lib/Target/Hexagon/HexagonISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_31/lib/Target/Hexagon/HexagonISelLowering.cpp?rev=155378&r1=155377&r2=155378&view=diff
==============================================================================
--- llvm/branches/release_31/lib/Target/Hexagon/HexagonISelLowering.cpp (original)
+++ llvm/branches/release_31/lib/Target/Hexagon/HexagonISelLowering.cpp Mon Apr 23 13:34:50 2012
@@ -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;
 

Modified: llvm/branches/release_31/lib/Target/Mips/MipsISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_31/lib/Target/Mips/MipsISelLowering.cpp?rev=155378&r1=155377&r2=155378&view=diff
==============================================================================
--- llvm/branches/release_31/lib/Target/Mips/MipsISelLowering.cpp (original)
+++ llvm/branches/release_31/lib/Target/Mips/MipsISelLowering.cpp Mon Apr 23 13:34:50 2012
@@ -34,6 +34,8 @@
 #include "llvm/CodeGen/ValueTypes.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/raw_ostream.h"
+
 using namespace llvm;
 
 // If I is a shifted mask, set the size (Size) and the first bit of the





More information about the llvm-branch-commits mailing list