forked from OSchip/llvm-project
Specify a list of symbols that should be exported by the library
llvm-svn: 6290
This commit is contained in:
parent
ad44cd840b
commit
be9911dbf0
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue