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

Chris Lattner clattner at apple.com
Wed Dec 19 15:14:43 PST 2007


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++

Is there a -L flag that can be passed?  IIRC, llvm-test links apps  
with gcc -lstdc++ etc.  It would be relatively easy to make this do  
something different for powerpc.

-Chris




More information about the llvm-commits mailing list