[llvm-commits] [PATCH] Adding the Linpack test to the test suite
Renato Golin
rengolin at systemcall.org
Sat Dec 8 11:36:36 PST 2012
On 8 December 2012 14:25, Duncan Sands <baldrick at free.fr> wrote:
> not sure what flags you mean. The testsuite does a pretty thorough kind of
> link time optimization on all tests, it's not at all the same thing as
> "clang -O3" for example. It's just the way the testsuite works.
I meant "globalopt" or "internalize", the ones you say are breaking the build.
I don't understand why I don't get this on my local installation, I'm
guessing it's how I set up the run script.
If this is causing so much trouble, I think it's worth keep it
disabled for now, and we go one by one, enabling when they're well
behaved. But I didn't want to completely remove them, since it's a
nice way to locally test codegen and vectorization.
If I just remove it from the Makefile on Benchmarks, will it just
ignore? Or are we going to get errors "directory found but not in
test"?
--renato
More information about the llvm-commits
mailing list