From 027b27e5b93bdc0166fa2b4bde90410cedf5a37d Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Mon, 9 Dec 2002 04:46:25 +0000 Subject: [PATCH] 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 --- tools/opt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 6c6e0fb98a4..8bb6c47a4b4 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