Specify a list of symbols that should be exported by the library

llvm-svn: 6290
This commit is contained in:
Chris Lattner 2003-05-22 19:50:30 +00:00
parent ad44cd840b
commit be9911dbf0
1 changed files with 2 additions and 0 deletions

View 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)