Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specification of SPEC CPU2000 source location #1247

Closed
llvmbot opened this issue Aug 10, 2006 · 4 comments
Closed

specification of SPEC CPU2000 source location #1247

llvmbot opened this issue Aug 10, 2006 · 4 comments
Labels
bugzilla Issues migrated from bugzilla build-problem test-suite

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Aug 10, 2006

Bugzilla Link 875
Resolution FIXED
Resolved on Feb 22, 2010 12:51
Version 1.8
OS Linux
Reporter LLVM Bugzilla Contributor

Extended Description

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.

@lattner
Copy link
Collaborator

lattner commented Aug 14, 2006

Reid, any thoughts on this bug?  Ideally, we'd like to configure script to reject a --with-spec2000 path
that doesn't end in "benchspec".

@llvmbot
Copy link
Collaborator Author

llvmbot commented Aug 15, 2006

Easy enough.

@llvmbot
Copy link
Collaborator Author

llvmbot commented Aug 15, 2006

Whoops, forgot to resolve it

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla build-problem test-suite
Projects
None yet
Development

No branches or pull requests

2 participants