On 9/11/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > > On Sep 11, 2007, at 10:21 AM, Bill Wendling wrote: > > > On 9/11/07, Anton Korobeynikov <[EMAIL PROTECTED]> 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? > More than likely. ;-)
Done! -bw _______________________________________________ llvm-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
