diff options
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 |