[llvm-commits] CVS: llvm-java/test/Makefile.test

Alkis Evlogimenos alkis at cs.uiuc.edu
Sun Dec 5 01:10:14 PST 2004



Changes in directory llvm-java/test:

Makefile.test updated: 1.20 -> 1.21
---
Log message:

Add libjrt to the module generated by class2llvm.


---
Diffs of the changes:  (+1 -1)

Index: llvm-java/test/Makefile.test
diff -u llvm-java/test/Makefile.test:1.20 llvm-java/test/Makefile.test:1.21
--- llvm-java/test/Makefile.test:1.20	Thu Dec  2 17:34:49 2004
+++ llvm-java/test/Makefile.test	Sun Dec  5 03:10:02 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) -ljrt $(EXTRA_OBJS)
+	$(Verb)$(GCCLD) -disable-opt -o=$*.llvm $< -L $(LibDir) $(EXTRA_OBJS)
 
 # rule to make assembly from bytecode
 %.dis-ll: %.bc






More information about the llvm-commits mailing list