[llvm-commits] CVS: llvm/lib/Makefile
Reid Spencer
reid at x10sys.com
Sun Nov 14 13:55:18 PST 2004
Changes in directory llvm/lib:
Makefile updated: 1.19 -> 1.20
---
Log message:
Add the Linker library
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.19 llvm/lib/Makefile:1.20
--- llvm/lib/Makefile:1.19 Tue Sep 14 20:34:42 2004
+++ llvm/lib/Makefile Sun Nov 14 15:54:41 2004
@@ -9,7 +9,7 @@
LEVEL = ..
PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \
- ExecutionEngine Debugger
+ ExecutionEngine Debugger Linker
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list