[llvm-commits] [llvm] r155287 - in /llvm/trunk/lib/Target: Hexagon/HexagonISelLowering.cpp Mips/MipsISelLowering.cpp
Bill Wendling
isanbard at gmail.com
Mon Apr 23 11:34:59 PDT 2012
Done. Thanks!
-bw
On Apr 23, 2012, at 6:11 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Bill, please pull r155286 and r155287 to release_31.
>
> They fix build on msvc Debug.
>
> 2012/4/22 NAKAMURA Takumi <geek4civic at gmail.com>:
>> Author: chapuni
>> Date: Sat Apr 21 10:31:45 2012
>> New Revision: 155287
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=155287&view=rev
>> Log:
>> 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/trunk/lib/Target/Hexagon/HexagonISelLowering.cpp
>> llvm/trunk/lib/Target/Mips/MipsISelLowering.cpp
>>
>> Modified: llvm/trunk/lib/Target/Hexagon/HexagonISelLowering.cpp
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Hexagon/HexagonISelLowering.cpp?rev=155287&r1=155286&r2=155287&view=diff
>> ==============================================================================
>> --- llvm/trunk/lib/Target/Hexagon/HexagonISelLowering.cpp (original)
>> +++ llvm/trunk/lib/Target/Hexagon/HexagonISelLowering.cpp Sat Apr 21 10:31:45 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/trunk/lib/Target/Mips/MipsISelLowering.cpp
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsISelLowering.cpp?rev=155287&r1=155286&r2=155287&view=diff
>> ==============================================================================
>> --- llvm/trunk/lib/Target/Mips/MipsISelLowering.cpp (original)
>> +++ llvm/trunk/lib/Target/Mips/MipsISelLowering.cpp Sat Apr 21 10:31:45 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
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list