Specify a list of symbols that should be exported by the library
authorChris Lattner <sabre@nondot.org>
Thu, 22 May 2003 19:50:30 +0000 (19:50 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 May 2003 19:50:30 +0000 (19:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6290 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/GCCLibraries/crtend/Makefile

index 049e35c863189b4f6d4ff46160fcfcc65eab71ad..7fa16aab863fb2b84cbd0652a3a931a5bfd59712 100644 (file)
@@ -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)