summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-04-16 22:55:55 +0000
committerChris Lattner <sabre@nondot.org>2003-04-16 22:55:55 +0000
commitf5653226b57273a5f065312933015b5dbc66b067 (patch)
treeaedc4caa0f70a212915bda84764aba284f2c4446 /tools/opt/Makefile
parentac7ad68cc0f7c4bdb4a08aa1a031d1c344313502 (diff)
downloadllvm-f5653226b57273a5f065312933015b5dbc66b067.tar.gz
llvm-f5653226b57273a5f065312933015b5dbc66b067.tar.bz2
llvm-f5653226b57273a5f065312933015b5dbc66b067.tar.xz
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
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile5
1 files changed, 2 insertions, 3 deletions
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