[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/treecc/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Apr 6 13:09:03 PDT 2004
Changes in directory llvm/test/Programs/MultiSource/Applications/treecc:
Makefile updated: 1.1 -> 1.2
---
Log message:
Corrected run time options. Currently, this only runs treecc on the input
and then terminates (i.e. the -n option means "no output"). Eventually,
the code will need to be modified to print to stdout or the Makefile will
need new rules for generating the output files.
But, for now, this will at least ensure that it compiles and sort of works.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Programs/MultiSource/Applications/treecc/Makefile
diff -u llvm/test/Programs/MultiSource/Applications/treecc/Makefile:1.1 llvm/test/Programs/MultiSource/Applications/treecc/Makefile:1.2
--- llvm/test/Programs/MultiSource/Applications/treecc/Makefile:1.1 Tue Apr 6 12:53:30 2004
+++ llvm/test/Programs/MultiSource/Applications/treecc/Makefile Tue Apr 6 13:08:00 2004
@@ -2,5 +2,5 @@
PROG = treecc
#LDFLAGS += -lstdc++
#LIBS += -lstdc++
-STDIN_FILENAME=$(BUILD_SRC_DIR)/tests/input3.tst
+RUN_OPTIONS=-n $(BUILD_SRC_DIR)/examples/expr_cpp.tc
include ../../Makefile.multisrc
More information about the llvm-commits
mailing list