From: Chris Lattner Date: Thu, 22 May 2003 19:50:30 +0000 (+0000) Subject: Specify a list of symbols that should be exported by the library X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=61441cca45dd157a0909434487c3f6e3919a097d;p=oota-llvm.git Specify a list of symbols that should be exported by the library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6290 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/GCCLibraries/crtend/Makefile b/runtime/GCCLibraries/crtend/Makefile index 049e35c8631..7fa16aab863 100644 --- a/runtime/GCCLibraries/crtend/Makefile +++ b/runtime/GCCLibraries/crtend/Makefile @@ -2,6 +2,8 @@ LEVEL = ../../.. LIBNAME = crtend Source = crtend.c listend.ll +EXPORTED_SYMBOL_LIST = __main,llvm.global_ctors,llvm.global_dtors + include ../Makefile.libs install:: $(DESTLIBNAME)