Fix link errors due to new IPModRef pass.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 9 Dec 2002 05:53:11 +0000 (05:53 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 9 Dec 2002 05:53:11 +0000 (05:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4960 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/Makefile

index 539db24dfea30d793b687bad82cce153352b9ea4..fd4912944ac3659c655b321a0d5bc6b9a5e8429f 100644 (file)
@@ -14,15 +14,17 @@ USEDLIBS = mapping \
            bcreader \
            bcwriter \
            ipo \
-           ipa.a \
-           datastructure.a \
           scalaropts \
            transforms \
            analysis \
+           ipa \
+           datastructure \
            transformutils \
            vmcore \
            support
 TOOLLINKOPTS = -ldl
 
+KEEP_SYMBOLS = 1
+
 include $(LEVEL)/Makefile.common