[llvm-commits] [test-suite] r99338 - /test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile

Gabor Greif ggreif at gmail.com
Tue Mar 23 15:33:36 PDT 2010


Author: ggreif
Date: Tue Mar 23 17:33:36 2010
New Revision: 99338

URL: http://llvm.org/viewvc/llvm-project?rev=99338&view=rev
Log:
back out my last change, seems to break nightlybot

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=99338&r1=99337&r2=99338&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile Tue Mar 23 17:33:36 2010
@@ -4,8 +4,8 @@
 CPPFLAGS += -DNOASM -DLLVM
 LDFLAGS = -lstdc++ -lm
 ifdef SMALL_PROBLEM_SIZE
-RUN_OPTIONS = -1 $(PROJ_SRC_ROOT)/MultiSource/Benchmarks/PAQ8p/file1.in
+RUN_OPTIONS = -1 file1.in
 else
-RUN_OPTIONS = -4 $(PROJ_SRC_ROOT)/MultiSource/Benchmarks/PAQ8p/file1.in
+RUN_OPTIONS = -4 file1.in
 endif
 include $(LEVEL)/MultiSource/Makefile.multisrc





More information about the llvm-commits mailing list