Teste Suite 1.9
I have just finished installing the test suite of LLVM v1.9. The whole process is not that difficult, but I had to directly download the test files. The version in svn was made for the most recent version of LLVM. Additionally, I had to create a symbolic link pointing to the location of the spec files, e.g:
That was it! To run tests, I can just use the same old command line:
ln -s $SPEC_LOCATION/spec2000 speccpu2000
. This speccpu2000 is the name that the LLVM configuration file expects. This done, I had to go to $LLVM_SRC/projects/llvm-tests
and type:
./configure --enable-spec2000 --with-externals=/misc/project/fernando
That was it! To run tests, I can just use the same old command line:
make TEST=nightly report.html DISABLE_JIT=1
0 Comments:
Post a Comment
<< Home