From: Misha Brukman Date: Mon, 28 Jul 2003 19:06:19 +0000 (+0000) Subject: Add in support to load shared objects (-load is provided by Support library). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=248ea32cc985a9cefb09b9ed195be34830882e5a;p=oota-llvm.git 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 --- diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 7e08ca2cb0a..7ca5c60e980 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -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. diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 7e08ca2cb0a..7ca5c60e980 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -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.