Add in support to load shared objects (-load is provided by Support library).

llvm-svn: 7360
This commit is contained in:
Misha Brukman 2003-07-28 19:06:19 +00:00
parent a626a9e4df
commit c69f4a575c
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.