From: Vikram S. Adve Date: Wed, 6 Nov 2002 16:10:57 +0000 (+0000) Subject: Don't build llc symbols by default. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8aa5aeab8415ebff819cbe1bf4203ed49b7875f7;p=oota-llvm.git Don't build llc symbols by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4565 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 503dfa09434..539db24dfea 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -23,7 +23,6 @@ USEDLIBS = mapping \ vmcore \ support TOOLLINKOPTS = -ldl -KEEP_SYMBOLS = 1 include $(LEVEL)/Makefile.common