1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 ab034e55b5
commit 95a6a0aaed

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)