[llvm-commits] [llvm] r124150 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp

Eric Christopher echristo at apple.com
Mon Jan 24 15:12:08 PST 2011


On Jan 24, 2011, at 3:05 PM, Anton Korobeynikov wrote:

> Hi Eric,
> 
>> Can you explain this change?
>> Thanks.
> For ARM EHABI stuff we will need not to switch the section to emit the
> exception table (so, basically all the stuff got emitted into the same
> section as the function itself and it's an assembler responsibility to
> "move" everything to proper section). Right now we always require
> switching to LSDASection, this patch relaxes this requirement.

That's insane.

That said _can_ you put it into a section if you want to? If not, please
make it more of a "ABINeedsLSDASection()" call or something, or an
enormous comment in <blink> tags or something. If you can put it into
its own section why not just leave it? :)

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110124/752b78cd/attachment.html>


More information about the llvm-commits mailing list