mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-09 19:21:44 +00:00
No need to explicitly inclue ExportSymbols now
llvm-svn: 4543
This commit is contained in:
parent
ca2e525869
commit
c23b57a60d
@ -5,6 +5,6 @@ USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
|
|||||||
# Have gcc tell the linker to export symbols from the program so that
|
# Have gcc tell the linker to export symbols from the program so that
|
||||||
# dynamically loaded modules can be linked against them.
|
# dynamically loaded modules can be linked against them.
|
||||||
#
|
#
|
||||||
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
TOOLLINKOPTS = -ldl
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -2,7 +2,7 @@ LEVEL = ../..
|
|||||||
TOOLNAME = analyze
|
TOOLNAME = analyze
|
||||||
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
|
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
|
||||||
datastructure target.a transformutils.a vmcore support
|
datastructure target.a transformutils.a vmcore support
|
||||||
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
TOOLLINKOPTS = -ldl
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
@ -5,6 +5,6 @@ USEDLIBS = bcreader vmcore codegen x86 support.a target.a
|
|||||||
# Have gcc tell the linker to export symbols from the program so that
|
# Have gcc tell the linker to export symbols from the program so that
|
||||||
# dynamically loaded modules can be linked against them.
|
# dynamically loaded modules can be linked against them.
|
||||||
#
|
#
|
||||||
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
TOOLLINKOPTS = -ldl
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -22,8 +22,7 @@ USEDLIBS = mapping \
|
|||||||
transformutils \
|
transformutils \
|
||||||
vmcore \
|
vmcore \
|
||||||
support
|
support
|
||||||
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
TOOLLINKOPTS = -ldl
|
||||||
|
|
||||||
KEEP_SYMBOLS = 1
|
KEEP_SYMBOLS = 1
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -5,6 +5,6 @@ USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
|
|||||||
# Have gcc tell the linker to export symbols from the program so that
|
# Have gcc tell the linker to export symbols from the program so that
|
||||||
# dynamically loaded modules can be linked against them.
|
# dynamically loaded modules can be linked against them.
|
||||||
#
|
#
|
||||||
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
TOOLLINKOPTS = -ldl
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -7,8 +7,8 @@ USEDLIBS = bcreader bcwriter instrument profpaths \
|
|||||||
livevar scalaropts \
|
livevar scalaropts \
|
||||||
ipo ipa.a datastructure transforms target.a analysis \
|
ipo ipa.a datastructure transforms target.a analysis \
|
||||||
transformutils vmcore support
|
transformutils vmcore support
|
||||||
TOOLLINKOPTS = -ldl $(ExportSymbols)
|
|
||||||
|
|
||||||
|
TOOLLINKOPTS = -ldl
|
||||||
KEEP_SYMBOLS = 1
|
KEEP_SYMBOLS = 1
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
Loading…
x
Reference in New Issue
Block a user