From 3dbbaff5ec5225e88a7c733102d07abecaef8f61 Mon Sep 17 00:00:00 2001
From: "Vikram S. Adve" <vadve@cs.uiuc.edu>
Date: Mon, 9 Dec 2002 05:53:11 +0000
Subject: [PATCH] Fix link errors due to new IPModRef pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4960 91177308-0d34-0410-b5e6-96231b3b80d8
---
 tools/llc/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 539db24dfea..fd4912944ac 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -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