[llvm-commits] [llvm] r80592 - in /llvm/trunk: include/llvm/Target/TargetLowering.h lib/CodeGen/AsmPrinter/DwarfException.cpp lib/Target/PowerPC/PPCISelLowering.cpp lib/Target/PowerPC/PPCISelLowering.h lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86ISelLowering.h

Duncan Sands baldrick at free.fr
Mon Aug 31 12:18:16 PDT 2009


Hi Bill,

> Could you send .s files before and after the patch for one of the tests 
> that fails? Please use -dA to generate the .s.

no problem.  Here are the changes that make good into bad:

         .uleb128        7
         .byte   0x1B
         .long   __gnat_eh_personality-.
-       .byte   0x1B
-       .byte   0x1B
+       .byte   0xB
+       .byte   0xB
         .byte   0xC
         .uleb128        4
         .uleb128        4

Ciao,

Duncan.



More information about the llvm-commits mailing list