[llvm-commits] [test-suite] r124921 - in /test-suite/trunk/MultiSource/Benchmarks: ASCI_Purple/SMG2000/Makefile Fhourstones-3.1/Makefile Fhourstones/Makefile McCat/04-bisect/Makefile McCat/09-vor/Makefile McCat/17-bintr/Makefile Ptrdist/anagram/Makefile Ptrdist/bc/Makefile
Daniel Dunbar
daniel at zuster.org
Fri Feb 4 17:13:47 PST 2011
Author: ddunbar
Date: Fri Feb 4 19:13:47 2011
New Revision: 124921
URL: http://llvm.org/viewvc/llvm-project?rev=124921&view=rev
Log:
test-suite: Eliminate some spurious references to LLVM_OBJ_ROOT.
Modified:
test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile
test-suite/trunk/MultiSource/Benchmarks/Fhourstones-3.1/Makefile
test-suite/trunk/MultiSource/Benchmarks/Fhourstones/Makefile
test-suite/trunk/MultiSource/Benchmarks/McCat/04-bisect/Makefile
test-suite/trunk/MultiSource/Benchmarks/McCat/09-vor/Makefile
test-suite/trunk/MultiSource/Benchmarks/McCat/17-bintr/Makefile
test-suite/trunk/MultiSource/Benchmarks/Ptrdist/anagram/Makefile
test-suite/trunk/MultiSource/Benchmarks/Ptrdist/bc/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile?rev=124921&r1=124920&r2=124921&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile Fri Feb 4 19:13:47 2011
@@ -8,8 +8,6 @@
LIBS += -lm
LDFLAGS += -lm
-#include $(LLVM_OBJ_ROOT)/Makefile.config
-
ifdef SMALL_PROBLEM_SIZE
RUN_OPTIONS ="-n 30 15 30 -c 0.1 1.0 10.0"
else
Modified: test-suite/trunk/MultiSource/Benchmarks/Fhourstones-3.1/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Fhourstones-3.1/Makefile?rev=124921&r1=124920&r2=124921&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Fhourstones-3.1/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Fhourstones-3.1/Makefile Fri Feb 4 19:13:47 2011
@@ -4,8 +4,6 @@
#CPPFLAGS = -DUNIX
# -DTRANSIZE=1050011 -DPROBES=8 -DREPORTPLY=8
-#include $(LLVM_OBJ_ROOT)/Makefile.config
-
# Specify which file provides the contents of stdin for the test run
ifdef LARGE_PROBLEM_SIZE
STDIN_FILENAME = $(PROJ_SRC_DIR)/inputs_large
Modified: test-suite/trunk/MultiSource/Benchmarks/Fhourstones/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Fhourstones/Makefile?rev=124921&r1=124920&r2=124921&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Fhourstones/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Fhourstones/Makefile Fri Feb 4 19:13:47 2011
@@ -3,8 +3,6 @@
PROG = fhourstones
CPPFLAGS = -DUNIX -DTRANSIZE=1050011 -DPROBES=8 -DREPORTPLY=8
-#include $(LLVM_OBJ_ROOT)/Makefile.config
-
# Specify which file provides the contents of stdin for the test run
STDIN_FILENAME = $(PROJ_SRC_DIR)/input
Modified: test-suite/trunk/MultiSource/Benchmarks/McCat/04-bisect/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/McCat/04-bisect/Makefile?rev=124921&r1=124920&r2=124921&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/McCat/04-bisect/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/McCat/04-bisect/Makefile Fri Feb 4 19:13:47 2011
@@ -5,8 +5,6 @@
FP_TOLERANCE := 0.001
-#include $(LLVM_OBJ_ROOT)/Makefile.config
-
STDIN_FILENAME = $(PROJ_SRC_DIR)/bisect_test.in
include $(LEVEL)/MultiSource/Makefile.multisrc
Modified: test-suite/trunk/MultiSource/Benchmarks/McCat/09-vor/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/McCat/09-vor/Makefile?rev=124921&r1=124920&r2=124921&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/McCat/09-vor/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/McCat/09-vor/Makefile Fri Feb 4 19:13:47 2011
@@ -1,7 +1,5 @@
LEVEL = ../../../..
-#include $(LLVM_OBJ_ROOT)/Makefile.config
-
PROG = vor
STDIN_FILENAME = $(PROJ_SRC_DIR)/vor.in3
LDFLAGS = -lm
Modified: test-suite/trunk/MultiSource/Benchmarks/McCat/17-bintr/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/McCat/17-bintr/Makefile?rev=124921&r1=124920&r2=124921&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/McCat/17-bintr/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/McCat/17-bintr/Makefile Fri Feb 4 19:13:47 2011
@@ -1,7 +1,5 @@
LEVEL = ../../../..
-#include $(LLVM_OBJ_ROOT)/Makefile.config
-
PROG = bintr
LDFLAGS = -lm
#RUN_OPTIONS +=
Modified: test-suite/trunk/MultiSource/Benchmarks/Ptrdist/anagram/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Ptrdist/anagram/Makefile?rev=124921&r1=124920&r2=124921&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Ptrdist/anagram/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Ptrdist/anagram/Makefile Fri Feb 4 19:13:47 2011
@@ -1,7 +1,5 @@
LEVEL=../../../..
-#include $(LLVM_OBJ_ROOT)/Makefile.config
-
PROG = anagram
#OBJS = anagram.o
RUN_OPTIONS = $(PROJ_SRC_DIR)/words 2
Modified: test-suite/trunk/MultiSource/Benchmarks/Ptrdist/bc/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Ptrdist/bc/Makefile?rev=124921&r1=124920&r2=124921&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Ptrdist/bc/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Ptrdist/bc/Makefile Fri Feb 4 19:13:47 2011
@@ -1,7 +1,5 @@
LEVEL = ../../../..
-#include $(LLVM_OBJ_ROOT)/Makefile.config
-
PROG = bc
OBJS = scan.o util.o main.o number.o storage.o load.o execute.o bc.o global.o
STDIN_FILENAME = $(PROJ_SRC_DIR)/primes.b
More information about the llvm-commits
mailing list