[llvm-commits] [llvm] r135215 - /llvm/trunk/lib/MC/MCDwarf.cpp

Bill Wendling isanbard at gmail.com
Fri Jul 15 13:03:44 PDT 2011


On Jul 15, 2011, at 12:35 PM, Anton Korobeynikov wrote:

>> Yes. Nick says that there are no relocations allowed in the __LD,__compact_unwind section.
> Ok, but why can't you just use the existing hook for personality
> encoding? Just return absptr always there in case of compact encoding.
> 
Because that creates a PC-relative symbol:

        .quad   ___gxx_personality_v0 at GOTPCREL+4 ## Personality

I want it to be just:

	.quad	___gxx_personality_v0

-bw




More information about the llvm-commits mailing list