diff options
Diffstat (limited to 'tools/gold/Makefile')
-rw-r--r-- | tools/gold/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gold/Makefile b/tools/gold/Makefile index 7bac4ec62deac..77eacb7ee5bfa 100644 --- a/tools/gold/Makefile +++ b/tools/gold/Makefile @@ -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 |