[llvm-commits] CVS: llvm-java/test/Makefile.test
Alkis Evlogimenos
alkis at cs.uiuc.edu
Wed Dec 8 16:01:00 PST 2004
Changes in directory llvm-java/test:
Makefile.test updated: 1.25 -> 1.26
---
Log message:
Now the optimization passes can handle the code generated by the
java-fe, enable them :-)
---
Diffs of the changes: (+1 -1)
Index: llvm-java/test/Makefile.test
diff -u llvm-java/test/Makefile.test:1.25 llvm-java/test/Makefile.test:1.26
--- llvm-java/test/Makefile.test:1.25 Sun Dec 5 17:04:01 2004
+++ llvm-java/test/Makefile.test Wed Dec 8 18:00:49 2004
@@ -24,7 +24,7 @@
# rule to link bytecode with runtime
%.llvm %.llvm.bc: %.linked.bc $(LibDir)/libjrt.bca $(EXTRA_OBJS) $(LOPT)
$(Echo) Linking $< with the Java runtime
- $(Verb)$(GCCLD) -disable-opt -o=$*.llvm $< -L $(LibDir) $(EXTRA_OBJS)
+ $(Verb)$(GCCLD) -o=$*.llvm $< -L $(LibDir) $(EXTRA_OBJS)
# rule to make assembly from bytecode
%.dis-ll: %.bc
More information about the llvm-commits
mailing list