[test-suite] r180566 - Fix a typo when running with LARGE_PROBLEM_SIZE.
Daniel Dunbar
daniel at zuster.org
Thu Apr 25 12:05:58 PDT 2013
Author: ddunbar
Date: Thu Apr 25 14:05:58 2013
New Revision: 180566
URL: http://llvm.org/viewvc/llvm-project?rev=180566&view=rev
Log:
Fix a typo when running with LARGE_PROBLEM_SIZE.
Modified:
test-suite/trunk/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile?rev=180566&r1=180565&r2=180566&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile Thu Apr 25 14:05:58 2013
@@ -4,7 +4,7 @@ PROG = pcompress2
CPPFLAGS = -DVERSION='"1.00"' -DCOMPDATE="\"today\"" -DCFLAGS='""' -DHOSTNAME="\"thishost\""
#LDFLAGS = -lm
ifdef LARGE_PROBLEM_SIZE
-INPUT_FILE := run.in
+INPUT_FILE := ref.in
else
INPUT_FILE := test.in
endif
More information about the llvm-commits
mailing list