[llvm-commits] [llvm] r61415 - in /llvm/trunk: include/llvm/Target/TargetAsmInfo.h lib/CodeGen/AsmPrinter/DwarfWriter.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86TargetAsmInfo.cpp
Bill Wendling
isanbard at gmail.com
Mon Dec 29 13:42:36 PST 2008
On Dec 29, 2008, at 4:19 AM, Duncan Sands wrote:
> Hi Bill,
>
>> GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin.
>> I'm not sure
>> about other platforms.
>
> does using sdata4 actually cause trouble on darwin? IIRC you can
> use whatever
> encoding you like here.
>
As it turns out, most likely no. There are other problems with the EH
stuff that's causing a failure to build on newer Darwin platforms (the
linker became stricter all of a sudden). I'm in the process of
tracking down the last one of these.
-bw
More information about the llvm-commits
mailing list