From c9d8beff59246e01aa3eb14e5b3a1c19897144f8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 4 Nov 2002 20:50:57 +0000 Subject: No need to explicitly inclue ExportSymbols now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4543 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/llc/Makefile') diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 186d5abbf1..503dfa0943 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -22,8 +22,7 @@ USEDLIBS = mapping \ transformutils \ vmcore \ support -TOOLLINKOPTS = -ldl $(ExportSymbols) - +TOOLLINKOPTS = -ldl KEEP_SYMBOLS = 1 include $(LEVEL)/Makefile.common -- cgit v1.2.3