[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec
Reid Spencer
reid at x10sys.com
Sun Sep 5 00:57:04 PDT 2004
Changes in directory llvm-test/External/SPEC:
Makefile.spec updated: 1.35 -> 1.36
---
Log message:
Rid llvm-test of the last vestiges of its "test/Programs" inheritance.
---
Diffs of the changes: (+1 -1)
Index: llvm-test/External/SPEC/Makefile.spec
diff -u llvm-test/External/SPEC/Makefile.spec:1.35 llvm-test/External/SPEC/Makefile.spec:1.36
--- llvm-test/External/SPEC/Makefile.spec:1.35 Wed Sep 1 09:33:19 2004
+++ llvm-test/External/SPEC/Makefile.spec Sun Sep 5 02:56:51 2004
@@ -44,7 +44,7 @@
LCXXFLAGS := -O3
CPPFLAGS += -I $(SPEC_BENCH_DIR)/src/
-SPEC_SANDBOX := $(LLVM_SRC_ROOT)/test/Programs/External/SPEC/Sandbox.sh
+SPEC_SANDBOX := $(LLVM_SRC_ROOT)/External/SPEC/Sandbox.sh
# Information about testing the program...
REF_IN_DIR := $(SPEC_BENCH_DIR)/data/$(RUN_TYPE)/input/
More information about the llvm-commits
mailing list