ipa.a only needs to be mentioned once, and spaces should be used instead of
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 12 Dec 2002 05:29:32 +0000 (05:29 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 12 Dec 2002 05:29:32 +0000 (05:29 +0000)
tabs for readability.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4970 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/Makefile

index 8bb6c47a4b41c25e588522b8be47b12c6b5ca2c1..92d85ca763083b731e5fbbf37dd54135ff040bb5 100644 (file)
@@ -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
-