[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 11:41:55 PST 2009


On Jan 21, 2009, at 11:38 AM, Duncan Sands wrote:

> Hi Chris,
>
>> Okay, this is better... but now we have a .ll file in FrontendC,  
>> which
>> doesn't make any sense.
>
> it's odd, that's true, but personally I can live with it :)
>
>> Can you just add the original c++ file to frontendc++?
>
> I could (I think it is libstdc++-v3/src/istream.cc from llvm-gcc)
> but I can see two problems: it is 600 lines of C++, which would
> make it by far the largest test in FrontendC++; and it is a less
> direct test: the .ll directly tickled llc the right (= wrong) way,
> while due to changes in IR generation etc the .cpp might not.  Your
> call :)

Keeping it a .ll file is fine I guess, thanks duncan,

-Chris




More information about the llvm-commits mailing list