* 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!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5375 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-01-19 21:55:43 +00:00
parent 4763249633
commit 784fac874c

View File

@ -11,20 +11,16 @@ USEDLIBS = mapping \
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