[llvm-commits] CVS: llvm/tools/llc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 19 15:56:01 PST 2003
Changes in directory llvm/tools/llc:
Makefile updated: 1.33 -> 1.34
---
Log message:
* Prune down library list. In particular, llc doesn't need all of IPO, and none of data structure and IPA completely!
* Do not keep symbols by default!
---
Diffs of the changes:
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.33 llvm/tools/llc/Makefile:1.34
--- llvm/tools/llc/Makefile:1.33 Sun Dec 8 23:53:11 2002
+++ llvm/tools/llc/Makefile Sun Jan 19 15:55:43 2003
@@ -11,20 +11,16 @@
target.a \
instrument \
livevar \
+ ipo.a \
+ scalaropts.a \
+ transforms.a \
+ analysis.a \
+ transformutils.a \
bcreader \
- bcwriter \
- ipo \
- scalaropts \
- transforms \
- analysis \
- ipa \
- datastructure \
- transformutils \
+ bcwriter \
vmcore \
support
TOOLLINKOPTS = -ldl
-
-KEEP_SYMBOLS = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list