[llvm-commits] CVS: llvm-java/test/Makefile.test
Alkis Evlogimenos
alkis at cs.uiuc.edu
Sun Feb 27 02:26:34 PST 2005
Changes in directory llvm-java/test:
Makefile.test updated: 1.41 -> 1.42
---
Log message:
Fix typo.
---
Diffs of the changes: (+1 -1)
Makefile.test | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-java/test/Makefile.test
diff -u llvm-java/test/Makefile.test:1.41 llvm-java/test/Makefile.test:1.42
--- llvm-java/test/Makefile.test:1.41 Sun Feb 27 04:22:13 2005
+++ llvm-java/test/Makefile.test Sun Feb 27 04:26:23 2005
@@ -72,7 +72,7 @@
# Diffs of output produced by native and llvm-java runs
JIT_DIFFS := $(addsuffix .diff-jit, $(PREFIXED_JAVA_TESTS))
-JIT_DIFFS := $(addsuffix .diff-llc, $(PREFIXED_JAVA_TESTS))
+LLC_DIFFS := $(addsuffix .diff-llc, $(PREFIXED_JAVA_TESTS))
# Keep the output and diffs
.PRECIOUS: %.out-nat %.out-jit %.out-llc %.diff-jit %.diff-llc
More information about the llvm-commits
mailing list