From: Vikram S. Adve Date: Mon, 9 Dec 2002 05:53:11 +0000 (+0000) Subject: Fix link errors due to new IPModRef pass. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dbbaff5ec5225e88a7c733102d07abecaef8f61;p=llvm 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 --- 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