[llvm-commits] [llvm] r45221 - /llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
Dale Johannesen
dalej at apple.com
Wed Dec 19 17:14:45 PST 2007
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.
More information about the llvm-commits
mailing list