[llvm-commits] [llvm] r77736 - in /llvm/trunk: include/llvm/Target/TargetAsmInfo.h lib/CodeGen/AsmPrinter/DwarfException.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86TargetAsmInfo.cpp lib/Target/X86/X86TargetAsmInfo.h
Chris Lattner
clattner at apple.com
Sat Aug 1 14:36:22 PDT 2009
On Aug 1, 2009, at 2:29 PM, Anton Korobeynikov wrote:
> Hi, Chris
>
>> PreferredEHDataFormat is always call with data and global, but this
>> whole
>> thing is #if0'd out anyway. Just simplify the code by reducing the
>> interface.
>> Not deleting this is essential for Bill's continuing happiness.
> Originally these hooks were added since we'll want to do something
> completely different on mingw32 (due to coff)..... So, basically I
> will need to revert this commit soon.
Lets talk about this on IRC before you do anything :)
-Chris
More information about the llvm-commits
mailing list