Go to file
Chris Lattner edf96a4cc3 add a new DwarfPrinter::EmitEncodingByte method which handles
pretty printing encoding comments and eliminates redundancy on
the client side.  We now get pretty dwarf like this again:

        .byte   255                                         ## @LPStart Encoding = omit
        .byte   0                                           ## @TType Encoding = absptr
        .byte   0x28                                        ## @TType base offset
        .byte   3                                           ## Call site Encoding = udata4
        .byte   0x1a                                        ## Call site table size
...

llvm-svn: 94239
2010-01-22 22:38:16 +00:00
clang Fixup the rest of the testcases to grep the .ll file instead of the .s 2010-01-22 22:37:17 +00:00
compiler-rt document runtime support functions 2010-01-22 21:21:14 +00:00
llvm add a new DwarfPrinter::EmitEncodingByte method which handles 2010-01-22 22:38:16 +00:00