From 72e66f47096a7d7403b7b453fa8603873f3b072a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 17 Sep 2002 20:40:24 +0000 Subject: Enable correct support for dynamic loading on Linux git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3780 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 88fd85b7de..9a016df9f2 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -6,7 +6,7 @@ USEDLIBS = bcreader bcwriter instrument profpaths \ livevar scalaropts \ ipo ipa.a datastructure.a transforms target.a analysis \ transformutils vmcore support -TOOLLINKOPTS = -ldl +TOOLLINKOPTS = -ldl $(ExportSymbols) include $(LEVEL)/Makefile.common -- cgit v1.2.3