summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-11-06 16:10:57 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-11-06 16:10:57 +0000
commit8aa5aeab8415ebff819cbe1bf4203ed49b7875f7 (patch)
tree596b6850cf4765660b0c26d7cdfc77ad8ced7b0f /tools/llc/Makefile
parenta434ae74e76ea4ef69c680156bdb36779babf105 (diff)
downloadllvm-8aa5aeab8415ebff819cbe1bf4203ed49b7875f7.tar.gz
llvm-8aa5aeab8415ebff819cbe1bf4203ed49b7875f7.tar.bz2
llvm-8aa5aeab8415ebff819cbe1bf4203ed49b7875f7.tar.xz
Don't build llc symbols by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4565 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 503dfa0943..539db24dfe 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