summaryrefslogtreecommitdiffstats
path: root/llvm/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-26 18:37:59 +0000
committerChris Lattner <sabre@nondot.org>2009-02-26 18:37:59 +0000
commit8f9c4e67bb913495282b33aff63884113bd1b6a3 (patch)
treef93be71c4662076cce8c06770f05910b82f6a54f /llvm/Makefile.rules
parentdbf7b1c6e13be9ec10514b498b3b0e29d6b9324b (diff)
downloadbcm5719-llvm-8f9c4e67bb913495282b33aff63884113bd1b6a3.tar.gz
bcm5719-llvm-8f9c4e67bb913495282b33aff63884113bd1b6a3.zip
Search for the export map in a place that it can be found.
llvm-svn: 65552
Diffstat (limited to 'llvm/Makefile.rules')
-rw-r--r--llvm/Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 388372e0a9a..11d295ceb67 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -1079,7 +1079,7 @@ LD.Flags += -Wl,-exported_symbol -Wl,_main
endif
ifeq ($(OS), $(filter $(OS), Linux NetBSD FreeBSD))
-LD.Flags += -Wl,--version-script=Driver.map
+LD.Flags += -Wl,--version-script=$(LLVM_SRC_ROOT)/ExportMap.map
endif
endif
OpenPOWER on IntegriCloud