diff options
| -rw-r--r-- | llvm/lib/ExecutionEngine/Makefile | 2 | ||||
| -rw-r--r-- | llvm/tools/lli/Makefile | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile index 7e08ca2cb0a..7ca5c60e980 100644 --- a/llvm/lib/ExecutionEngine/Makefile +++ b/llvm/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/llvm/tools/lli/Makefile b/llvm/tools/lli/Makefile index 7e08ca2cb0a..7ca5c60e980 100644 --- a/llvm/tools/lli/Makefile +++ b/llvm/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.  | 

