forked from OSchip/llvm-project
Add in support to load shared objects (-load is provided by Support library).
llvm-svn: 7360
This commit is contained in:
parent
a626a9e4df
commit
c69f4a575c
|
@ -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…
Reference in New Issue