[llvm-commits] CVS: llvm-java/lib/Makefile
Alkis Evlogimenos
alkis at cs.uiuc.edu
Mon Feb 7 18:26:44 PST 2005
Changes in directory llvm-java/lib:
Makefile updated: 1.3 -> 1.4
---
Log message:
Remove the hack from compiler that adds stub returns to undefined
functions. Use a pass instead to add stubs after we link a module with
the runtime.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-java/lib/Makefile
diff -u llvm-java/lib/Makefile:1.3 llvm-java/lib/Makefile:1.4
--- llvm-java/lib/Makefile:1.3 Sat May 22 01:09:42 2004
+++ llvm-java/lib/Makefile Mon Feb 7 20:26:32 2005
@@ -8,6 +8,6 @@
##===----------------------------------------------------------------------===##
LEVEL := ..
-PARALLEL_DIRS := ClassFile Compiler
+PARALLEL_DIRS := ClassFile Compiler Transforms
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list