mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 22:01:56 +00:00
Add in support to load shared objects (-load is provided by Support library).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7360 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
686e65fb65
commit
248ea32cc9
@ -40,7 +40,7 @@ ifdef ENABLE_SPARC_JIT
|
||||
endif
|
||||
|
||||
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
|
||||
transformutils.a bcreader vmcore support.a target.a
|
||||
transformutils.a bcreader vmcore support target.a
|
||||
|
||||
# Have gcc tell the linker to export symbols from the program so that
|
||||
# dynamically loaded modules can be linked against them.
|
||||
|
@ -40,7 +40,7 @@ ifdef ENABLE_SPARC_JIT
|
||||
endif
|
||||
|
||||
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
|
||||
transformutils.a bcreader vmcore support.a target.a
|
||||
transformutils.a bcreader vmcore support target.a
|
||||
|
||||
# Have gcc tell the linker to export symbols from the program so that
|
||||
# dynamically loaded modules can be linked against them.
|
||||
|
Loading…
x
Reference in New Issue
Block a user