Create an exports file, so that the plugin only exports the onload symbol.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101431 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-04-16 00:43:25 +00:00
parent f6920033e0
commit aa08c55e18
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,8 @@
LEVEL = ../..
LIBRARYNAME = libLLVMgold
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/gold.exports
# Include this here so we can get the configuration of the targets
# that have been configured for construction. We have to do this
# early so we can set up LINK_COMPONENTS before including Makefile.rules

1
tools/gold/gold.exports Normal file
View File

@ -0,0 +1 @@
onload