[llvm-commits] [llvm] r62683 - in /llvm/trunk/test: CodeGen/Generic/2008-07-29-EHLabel.ll FrontendC/2008-07-29-EHLabel.ll

Chris Lattner clattner at apple.com
Wed Jan 21 10:29:46 PST 2009


On Jan 21, 2009, at 3:37 AM, Duncan Sands wrote:

> Author: baldrick
> Date: Wed Jan 21 05:37:31 2009
> New Revision: 62683
>
> URL: http://llvm.org/viewvc/llvm-project?rev=62683&view=rev
> Log:
> Let's try to have our cake and eat it to: move
> this test into FrontendC to ensure that llvm-gcc
> is available; assemble using "llvm-gcc -xassembler"
> rather than "as".

Okay, this is better... but now we have a .ll file in FrontendC, which  
doesn't make any sense.  Can you just add the original c++ file to  
frontendc++?

-Chris




More information about the llvm-commits mailing list