[PATCH] Running SPEC benchmark with objdir != srcdir

Hello,

I would like to run a SPEC benchmark from llvm-test, with objdir !=
srcdir. Right now it doesn't work because the config file
External/SPEC/Makefile.spec.config is not created by the configure
script in the target objdir.

The attached patch adds the above Makefile to the list of Makefile(s)
configure has to process. I have tested it on my local tree (needs to
regenerate configure).

Thanks,
Julien

spec.diff (551 Bytes)

Applied. Thanks!

Evan