From: Chris Lattner Date: Wed, 16 Apr 2003 22:55:55 +0000 (+0000) Subject: Remove codegen libraries to speed up linking opt X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f5653226b57273a5f065312933015b5dbc66b067;p=oota-llvm.git Remove codegen libraries to speed up linking opt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5796 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 92d85ca7630..bc27e265014 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,9 +1,8 @@ LEVEL = ../.. TOOLNAME = opt -USEDLIBS = bcreader bcwriter instrument profpaths \ - sparc mapping regalloc.a sched select codegen preopts \ - postopts.a livevar scalaropts \ +USEDLIBS = bcreader bcwriter \ + instrument profpaths scalaropts \ ipo ipa.a datastructure transforms target.a analysis \ transformutils vmcore support