projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
027b27e
)
Fix link errors due to new IPModRef pass.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Mon, 9 Dec 2002 05:53:11 +0000
(
05:53
+0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Mon, 9 Dec 2002 05:53:11 +0000
(
05:53
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4960
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llc/Makefile
patch
|
blob
|
history
diff --git
a/tools/llc/Makefile
b/tools/llc/Makefile
index 539db24dfea30d793b687bad82cce153352b9ea4..fd4912944ac3659c655b321a0d5bc6b9a5e8429f 100644
(file)
--- a/
tools/llc/Makefile
+++ b/
tools/llc/Makefile
@@
-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