[llvm-commits] [llvm] r41838 - in /llvm/trunk: include/llvm/Target/TargetAsmInfo.h lib/CodeGen/DwarfWriter.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86ATTAsmPrinter.cpp lib/Target/X86/X86AsmPrinter.cpp lib/Target/X86/X86AsmPrinter.h lib/Ta

Bill Wendling isanbard at gmail.com
Tue Sep 11 10:21:36 PDT 2007


On 9/11/07, Anton Korobeynikov <asl at math.spbu.ru> wrote:
> Bill,
>
> > The personality function on Darwin needs a global stub. We then refer to
> > that global stub instead of doing the ".set" thingy we were doing before.
> This breaks linux. The problem is indirect encoding of personality
> symbol. It shouldn't be so for linux. It seems we need another knob for
> it :(
>
Fixed:

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070910/053411.html

-bw



More information about the llvm-commits mailing list