mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
* 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! llvm-svn: 5375
This commit is contained in:
parent
3248f9cf91
commit
abe1b658e7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user