[llvm-commits] [test-suite] r99331 - /test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile
Gabor Greif
ggreif at gmail.com
Tue Mar 23 14:50:49 PDT 2010
Author: ggreif
Date: Tue Mar 23 16:50:49 2010
New Revision: 99331
URL: http://llvm.org/viewvc/llvm-project?rev=99331&view=rev
Log:
support for running out-of-source tree
Modified:
test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile?rev=99331&r1=99330&r2=99331&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile Tue Mar 23 16:50:49 2010
@@ -4,8 +4,8 @@
CPPFLAGS += -DNOASM -DLLVM
LDFLAGS = -lstdc++ -lm
ifdef SMALL_PROBLEM_SIZE
-RUN_OPTIONS = -1 file1.in
+RUN_OPTIONS = -1 $(PROJ_SRC_ROOT)/MultiSource/Benchmarks/PAQ8p/file1.in
else
-RUN_OPTIONS = -4 file1.in
+RUN_OPTIONS = -4 $(PROJ_SRC_ROOT)/MultiSource/Benchmarks/PAQ8p/file1.in
endif
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list