diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-28 00:54:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-28 00:54:59 +0000 |
commit | d08e9fd3892e9c4cecd019aa2cd259239bda9dbb (patch) | |
tree | debcdbe1214ec722a48291ce1fbc326baee409fe /tools/opt/Makefile | |
parent | 09124ab3e2cbabe77fe147d3bb91e54faccf50ec (diff) |
Add codegen library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4305 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r-- | tools/opt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 0b901472b3..bde049fdc8 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -2,7 +2,8 @@ LEVEL = ../.. TOOLNAME = opt USEDLIBS = bcreader bcwriter instrument profpaths \ - sparc target.a mapping regalloc.a sched select preopts postopts.a \ + sparc target.a mapping regalloc.a sched select codegen preopts \ + postopts.a \ livevar scalaropts \ ipo ipa.a datastructure transforms target.a analysis \ transformutils vmcore support |