[llvm-commits] [llvm] r135569 - in /llvm/trunk: include/llvm/CodeGen/ include/llvm/MC/ include/llvm/Target/ lib/CodeGen/ lib/CodeGen/AsmPrinter/ lib/MC/ lib/MC/MCDisassembler/ lib/MC/MCParser/ lib/Target/ lib/Target/ARM/MCTargetDesc/ lib/Target/C
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Sat Feb 18 04:26:11 PST 2012
> What's the point of such on-demand initialization? This does not make
> any sense at all. Even more, the probability of seeing / using EH
> frame section is much more than e.g. any TLS section.
> It seems that InitEHFrameSection() should be removed and the
> corresponding code merged into initialization method.
>
The reason is in test/MC/ELF/section.s
// Test that the default values are not used
.section .eh_frame,"a", at unwind
Cheers,
Rafael
More information about the llvm-commits
mailing list