From 03e6fa580437479a98bf33e460ad74451516a68b Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Mon, 9 Dec 2002 05:53:11 +0000 Subject: [PATCH] Fix link errors due to new IPModRef pass. llvm-svn: 4960 --- 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