[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/Target/X86/X86TargetAsmInfo.cpp

Anton Korobeynikov asl at math.spbu.ru
Tue Sep 11 01:52:29 PDT 2007


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 :(

-- 
With best regards, Anton Korobeynikov.

Faculty of Mathematics & Mechanics, Saint Petersburg State University.





More information about the llvm-commits mailing list