diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-16 16:09:43 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-16 16:09:43 +0000 |
commit | 18fdfc4eed5466e0a7e16cac594804c82aa4442b (patch) | |
tree | 9730885ae9d0e9ad568a0e55c057ef3a51a3a756 /tools/opt/Makefile | |
parent | be376cf6d4cd148c2fba88622ab35a48320cbffb (diff) |
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
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r-- | tools/opt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |