1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Fix link errors due to new IPModRef pass.

llvm-svn: 4960
This commit is contained in:
Vikram S. Adve 2002-12-09 05:53:11 +00:00
parent 4c20f7764d
commit 03e6fa5804

View File

@ -14,15 +14,17 @@ USEDLIBS = mapping \
bcreader \
bcwriter \
ipo \
ipa.a \
datastructure.a \
scalaropts \
transforms \
analysis \
ipa \
datastructure \
transformutils \
vmcore \
support
TOOLLINKOPTS = -ldl
KEEP_SYMBOLS = 1
include $(LEVEL)/Makefile.common