Re: [llvm-commits] [llvm] r45221 - /llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp

2007-12-19 Thread Chris Lattner
On Dec 19, 2007, at 1:54 PM, Dale Johannesen wrote: Author: johannes Date: Wed Dec 19 15:54:36 2007 New Revision: 45221 URL: http://llvm.org/viewvc/llvm-project?rev=45221view=rev Log: Enable EH on PPC Darwin. This basically works; there are a couple of issues that show up with the

Re: [llvm-commits] [llvm] r45221 - /llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp

2007-12-19 Thread Anton Korobeynikov
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++ -- With best regards, Anton

Re: [llvm-commits] [llvm] r45221 - /llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp

2007-12-19 Thread Chris Lattner
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

Re: [llvm-commits] [llvm] r45221 - /llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp

2007-12-19 Thread Dale Johannesen
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

Re: [llvm-commits] [llvm] r45221 - /llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp

2007-12-19 Thread Chris Lattner
On Dec 19, 2007, at 5:14 PM, Dale Johannesen wrote: 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

Re: [llvm-commits] [llvm] r45221 - /llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp

2007-12-19 Thread Dale Johannesen
On Dec 19, 2007, at 5:16 PM, Chris Lattner wrote: On Dec 19, 2007, at 5:14 PM, Dale Johannesen wrote: 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

Re: [llvm-commits] [llvm] r45221 - /llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp

2007-12-19 Thread Devang Patel
On Dec 19, 2007, at 5:16 PM, Chris Lattner wrote: Ok. My concern is that I want the nightly tester testing the most useful thing possible, ideally what users will get when they use llvm-gcc foo.cpp; ./a.out. There are a couple of EH-using tests in the llvm-test suite, I'd like for them to