On Dec 19, 2007, at 5:02 PM, Chris Lattner wrote: > On Dec 19, 2007, at 3:37 PM, Dale Johannesen wrote: >> On Dec 19, 2007, at 2:25 PM, Anton Korobeynikov wrote: >>> Chris, >>> >>>> Nice! What is the magic needed to trick it into doing this? I'd >>>> like the nightly testers to do this. If you tell me the majik, I >>>> can >>>> try to hook it up to happen automatically. >>> Usual magic is to generate .S file and compile/link it with native >>> g++ >> >> However, there's more. To take a concrete example, I'll discuss g+ >> +.dg/eh/ctor1.C. > > Ah, ok! To be concrete, I meant the llvm nightly tester program > suite, not the dejagnu suite. Is there any way to make *it* work on > ppc?
Not sure what you mean. The unwinding library is not an issue in that case. The EH will work (modulo bugs) if you pass -enable-eh; however, the top-level Makefile currently sets -enable-correct-eh-support. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits