[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

Chris Lattner clattner at apple.com
Tue Sep 11 14:02:37 PDT 2007


On Sep 11, 2007, at 10:21 AM, Bill Wendling wrote:

> 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

Shouldn't this bit also be set on darwin/ppc and darwin/arm?

-Chris



More information about the llvm-commits mailing list