[llvm-commits] [llvm] r135215 - /llvm/trunk/lib/MC/MCDwarf.cpp
Anton Korobeynikov
anton at korobeynikov.info
Fri Jul 15 13:16:40 PDT 2011
> 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
Yes, it's pcrel by default on darwin, because the hook asks for
indirect + pcrel symbol. You should override the hook :)
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list