[LLVMdev] symbols for exception handling

Joerg Sonnenberger joerg at britannica.bec.de
Sun Nov 4 02:16:53 PST 2012


On Fri, Nov 02, 2012 at 07:53:41PM -0700, reed kotler wrote:
> Basically, labels that are not landing pad symbols that are inserted
> for exception handling
> and dwarf purposes, must declared :
> 
> $mysym = .
> 
> as opposed to:
> 
> $mysym:

Can't you use $mysym +/- 1 in the landing pad reference to work this
idiosyncracy?

Joerg



More information about the llvm-dev mailing list