From 784fac874c1333698da5ce27fd66f7dd42dd1f60 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 19 Jan 2003 21:55:43 +0000 Subject: * Prune down library list. In particular, llc doesn't need all of IPO, and none of data structure and IPA completely! * 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 | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'tools/llc') diff --git a/tools/llc/Makefile b/tools/llc/Makefile index fd49129..301515a 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -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 -- cgit v1.1