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

Renato Golin Renato.Golin at arm.com
Tue Jan 25 00:48:59 PST 2011


Hi anton,

In GNU asm, can you represent the static relocations in the table? Or is that something that the assembler will always do automatically?

Cheers,
Renato

________________________________________
From: llvm-commits-bounces at cs.uiuc.edu [llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Anton Korobeynikov [asl at math.spbu.ru]
Sent: 24 January 2011 23:05
To: Eric Christopher
Cc: llvm-commits at cs.uiuc.edu
Subject: Re: [llvm-commits] [llvm] r124150 -    /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp

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.

--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
_______________________________________________
llvm-commits mailing list
llvm-commits at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.





More information about the llvm-commits mailing list