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/opt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/opt/Makefile') diff --git a/tools/opt/Makefile b/tools/opt/Makefile index bde049fdc8..14fe05d9aa 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -7,8 +7,8 @@ USEDLIBS = bcreader bcwriter instrument profpaths \ livevar scalaropts \ ipo ipa.a datastructure transforms target.a analysis \ transformutils vmcore support -TOOLLINKOPTS = -ldl $(ExportSymbols) +TOOLLINKOPTS = -ldl KEEP_SYMBOLS = 1 include $(LEVEL)/Makefile.common -- cgit v1.2.3