mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 01:11:44 +00:00
Search for the export map in a place that it can be found.
llvm-svn: 65552
This commit is contained in:
parent
fe5245613b
commit
63196eeef8
@ -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
|
||||
|
||||
|
4
autoconf/ExportMap.map
Normal file
4
autoconf/ExportMap.map
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
global: main;
|
||||
local: *;
|
||||
};
|
Loading…
Reference in New Issue
Block a user