mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-08 19:25:47 +00: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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5375 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -11,20 +11,16 @@ USEDLIBS = mapping \
|
|||||||
target.a \
|
target.a \
|
||||||
instrument \
|
instrument \
|
||||||
livevar \
|
livevar \
|
||||||
|
ipo.a \
|
||||||
|
scalaropts.a \
|
||||||
|
transforms.a \
|
||||||
|
analysis.a \
|
||||||
|
transformutils.a \
|
||||||
bcreader \
|
bcreader \
|
||||||
bcwriter \
|
bcwriter \
|
||||||
ipo \
|
|
||||||
scalaropts \
|
|
||||||
transforms \
|
|
||||||
analysis \
|
|
||||||
ipa \
|
|
||||||
datastructure \
|
|
||||||
transformutils \
|
|
||||||
vmcore \
|
vmcore \
|
||||||
support
|
support
|
||||||
TOOLLINKOPTS = -ldl
|
TOOLLINKOPTS = -ldl
|
||||||
|
|
||||||
KEEP_SYMBOLS = 1
|
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user