[llvm-commits] [llvm] r124059 - in /llvm/trunk: include/llvm/CodeGen/TargetLoweringObjectFileImpl.h include/llvm/Support/ELF.h include/llvm/Target/TargetLoweringObjectFile.h lib/CodeGen/TargetLoweringObjectFileImpl.cpp lib/MC/ELFObjectWriter.cpp

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Sun Jan 23 07:14:40 PST 2011


On 11-01-23 3:35 AM, Anton Korobeynikov wrote:
> Hi Rafael,
>
>> Delay the creation of eh_frame so that the user can change the defaults.
> What's the purpose of this? Can you provide an example?
>
The included testcase :-)

Normally it is not a problem to create sections like ".text" ahead of 
time since assembler ignores declarations that don't match what they expect.

Things are different with eh_frame. A file with

.section .eh_frame,"a", at unwind

was producing a section with a type different from unwind even after I 
added support for @unwind.

Cheers,
Rafael



More information about the llvm-commits mailing list