mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
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:
parent
f6920033e0
commit
aa08c55e18
@ -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
1
tools/gold/gold.exports
Normal file
@ -0,0 +1 @@
|
||||
onload
|
Loading…
x
Reference in New Issue
Block a user