From f5653226b57273a5f065312933015b5dbc66b067 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 16 Apr 2003 22:55:55 +0000 Subject: 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 --- tools/opt/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools/opt/Makefile') diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 92d85ca763..bc27e26501 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 -- cgit v1.2.3