From 8aa5aeab8415ebff819cbe1bf4203ed49b7875f7 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Wed, 6 Nov 2002 16:10:57 +0000 Subject: [PATCH] Don't build llc symbols by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4565 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llc/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1