[LLVMbugs] [Bug 875] NEW: specification of SPEC CPU2000 source location

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Aug 10 06:13:02 PDT 2006


http://llvm.org/bugs/show_bug.cgi?id=875

           Summary: specification of SPEC CPU2000 source location
           Product: Test Suite
           Version: 1.8
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Programs Tests
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: kenneth.hoste at elis.ugent.be


configure the test suite (in llvm-tes)t:

./configure --with-spec2000=/dir/to/spec/sources

make in llvm-test/External/SPEC returns the following error when combining the
first benchmark (177.mesa):

make[2]: *** No rule to make target `Output/accum.rbc', needed by
`Output/177.mesa.linked.rbc'.  Stop.

Caused by:

incorrect specificating the source dir for SPEC CPU2000

correct: ./configure --with-spec2000=/dir/to/spec/sources/benchspec

The solution is to modify the configure script in llvm-test, and to test if the
CINT2000 and CFP2000 directories are in the specified directory.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list