[llvm-commits] [llvm] r135569 - in /llvm/trunk: include/llvm/CodeGen/ include/llvm/MC/ include/llvm/Target/ lib/CodeGen/ lib/CodeGen/AsmPrinter/ lib/MC/ lib/MC/MCDisassembler/ lib/MC/MCParser/ lib/Target/ lib/Target/ARM/MCTargetDesc/ lib/Target/C

Evan Cheng evan.cheng at apple.com
Wed Jul 20 16:28:24 PDT 2011


Sorry, I can't really read the logs. How are they failing?

Evan

On Jul 20, 2011, at 4:15 PM, NAKAMURA Takumi wrote:

> Evan,
> 
> 2011/7/20 Evan Cheng <evan.cheng at apple.com>:
>> Author: evancheng
>> Date: Wed Jul 20 00:58:47 2011
>> New Revision: 135569
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=135569&view=rev
>> Log:
>> Add MCObjectFileInfo and sink the MCSections initialization code from
>> TargetLoweringObjectFileImpl down to MCObjectFileInfo.
>> 
>> TargetAsmInfo is done to one last method. It's *almost* gone!
> 
> A bad news. some of llvm/test/CodeGen/X86 have been failing since
> r135569 on msvc10 and mingw.
> Benjamin's r135594 did not help them. Investigating.
> 
> See also my buildbots; http://bb.pgr.jp/tgrid?length=50
> (excuse me, they are still wip and it might be harder to read logs)
> 
> ...Takumi




More information about the llvm-commits mailing list