summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2002-12-12 05:29:32 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2002-12-12 05:29:32 +0000
commit6a4a4cd8375d669aa46d8cf2a7003848539ca339 (patch)
treee085115e401c6ec396125510a1f2c0f69485e7b3 /tools/opt/Makefile
parent95c3d0e0fa96666bec254d3dbc8bf6d8cd3c6834 (diff)
downloadllvm-6a4a4cd8375d669aa46d8cf2a7003848539ca339.tar.gz
llvm-6a4a4cd8375d669aa46d8cf2a7003848539ca339.tar.bz2
llvm-6a4a4cd8375d669aa46d8cf2a7003848539ca339.tar.xz
ipa.a only needs to be mentioned once, and spaces should be used instead of
tabs for readability. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4970 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 8bb6c47a4b..92d85ca763 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -2,14 +2,11 @@ LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
- sparc mapping regalloc.a sched select codegen preopts \
- postopts.a \
- livevar scalaropts \
- ipo ipa.a datastructure transforms target.a analysis ipa.a \
+ sparc mapping regalloc.a sched select codegen preopts \
+ postopts.a livevar scalaropts \
+ ipo ipa.a datastructure transforms target.a analysis \
transformutils vmcore support
TOOLLINKOPTS = -ldl
-KEEP_SYMBOLS = 1
include $(LEVEL)/Makefile.common
-