From 18fdfc4eed5466e0a7e16cac594804c82aa4442b Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Mon, 16 Sep 2002 16:09:43 +0000 Subject: Add support for optimization passes that use a TargetMachine object. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3752 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tools/opt/Makefile') diff --git a/tools/opt/Makefile b/tools/opt/Makefile index c696d4070e..aea04ac544 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,8 +1,10 @@ LEVEL = ../.. TOOLNAME = opt -USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \ - ipo ipa.a datastructure.a transforms target.a analysis \ +USEDLIBS = bcreader bcwriter instrument profpaths \ + sparc.a target.a mapping.a regalloc.a sched.a select.a preselect \ + livevar.a sparc.a scalaropts \ + ipo ipa.a datastructure.a transforms target.a analysis \ transformutils vmcore support TOOLLINKOPTS = -ldl -- cgit v1.2.3