mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-15 00:38:42 +00:00
Fix link errors due to new IPModRef pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4960 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
027b27e5b9
commit
3dbbaff5ec
@ -14,15 +14,17 @@ USEDLIBS = mapping \
|
|||||||
bcreader \
|
bcreader \
|
||||||
bcwriter \
|
bcwriter \
|
||||||
ipo \
|
ipo \
|
||||||
ipa.a \
|
|
||||||
datastructure.a \
|
|
||||||
scalaropts \
|
scalaropts \
|
||||||
transforms \
|
transforms \
|
||||||
analysis \
|
analysis \
|
||||||
|
ipa \
|
||||||
|
datastructure \
|
||||||
transformutils \
|
transformutils \
|
||||||
vmcore \
|
vmcore \
|
||||||
support
|
support
|
||||||
TOOLLINKOPTS = -ldl
|
TOOLLINKOPTS = -ldl
|
||||||
|
|
||||||
|
KEEP_SYMBOLS = 1
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user