[llvm-commits] [test-suite] r99329 - /test-suite/trunk/TEST.m2regllcdbg.Makefile

Chris Lattner clattner at apple.com
Tue Mar 23 16:15:54 PDT 2010


On Mar 23, 2010, at 4:14 PM, Bill Wendling wrote:

>>> 
>>> This is the result of "llc", which has verbose-asm on by default as far as I can tell. We aren't checking the output of the comments in general. We do check them for DWARF debugging info, which is really only readable in comments. (That's my understanding. Devang can correct me if I'm wrong.)
>> 
>> Can you just disable verbose asm then?  Alternatively, just run through llvm-mc which will read the .s file then print it back out (without comments) to canonicalize it?
>> 
> As Dale mentioned, it could potentially hide code optimizations / generation that's behaving differently when debugging info is introduced. We don't need 100% compliance with comments, but there are some key things we should watch out for, it seems. And those are available only in comments (from what I understand).

Your guys' call, do whichever you prefer.

-Chris



More information about the llvm-commits mailing list