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

Duncan Sands baldrick at free.fr
Wed Jan 21 11:38:08 PST 2009


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 :)

Ciao,

Duncan.



More information about the llvm-commits mailing list