summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-12-09 04:46:25 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-12-09 04:46:25 +0000
commit027b27e5b93bdc0166fa2b4bde90410cedf5a37d (patch)
tree096dd77ba0aeea34b0080826c7d7af39cb2423b7 /tools/opt/Makefile
parent0d4f76637dd9be55c54b49c75f0ff6065119a7dd (diff)
downloadllvm-027b27e5b93bdc0166fa2b4bde90410cedf5a37d.tar.gz
llvm-027b27e5b93bdc0166fa2b4bde90410cedf5a37d.tar.bz2
llvm-027b27e5b93bdc0166fa2b4bde90410cedf5a37d.tar.xz
Repeat ipa.a. Since IPModRef is currently only used in analysis.o,
it was causing linking errors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 6c6e0fb98a..8bb6c47a4b 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -5,7 +5,7 @@ USEDLIBS = bcreader bcwriter instrument profpaths \
sparc mapping regalloc.a sched select codegen preopts \
postopts.a \
livevar scalaropts \
- ipo ipa.a datastructure transforms target.a analysis \
+ ipo ipa.a datastructure transforms target.a analysis ipa.a \
transformutils vmcore support
TOOLLINKOPTS = -ldl