* Prune down library list. In particular, llc doesn't need all of IPO, and none...
authorChris Lattner <sabre@nondot.org>
Sun, 19 Jan 2003 21:55:43 +0000 (21:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Jan 2003 21:55:43 +0000 (21:55 +0000)
* Do not keep symbols by default!

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

tools/llc/Makefile

index fd4912944ac3659c655b321a0d5bc6b9a5e8429f..301515a69112907858522c1c2feb7ab0d346e4f3 100644 (file)
@@ -11,20 +11,16 @@ USEDLIBS = mapping \
            target.a \
            instrument \
            livevar \
+           ipo.a \
+          scalaropts.a \
+           transforms.a \
+           analysis.a \
+           transformutils.a \
            bcreader \
-           bcwriter \
-           ipo \
-          scalaropts \
-           transforms \
-           analysis \
-           ipa \
-           datastructure \
-           transformutils \
+          bcwriter \
            vmcore \
            support
 TOOLLINKOPTS = -ldl
 
-KEEP_SYMBOLS = 1
-
 include $(LEVEL)/Makefile.common