From 7d4c04c99aecb00ee553d873ec8c27ac29e802fc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 23 Apr 2003 16:43:02 +0000 Subject: [PATCH] We now need to link libscalar to get the switch lowering pass llvm-svn: 5874 --- llvm/lib/ExecutionEngine/Makefile | 4 ++-- llvm/tools/lli/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile index ee127261438f..b97e4115ac06 100644 --- a/llvm/lib/ExecutionEngine/Makefile +++ b/llvm/lib/ExecutionEngine/Makefile @@ -3,8 +3,8 @@ TOOLNAME = lli PARALLEL_DIRS = Interpreter JIT JITLIBS = lli-jit codegen x86 -USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a -#transforms.a +USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore scalaropts.a \ + analysis.a support.a 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 ee127261438f..b97e4115ac06 100644 --- a/llvm/tools/lli/Makefile +++ b/llvm/tools/lli/Makefile @@ -3,8 +3,8 @@ TOOLNAME = lli PARALLEL_DIRS = Interpreter JIT JITLIBS = lli-jit codegen x86 -USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a -#transforms.a +USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore scalaropts.a \ + analysis.a support.a target.a # Have gcc tell the linker to export symbols from the program so that # dynamically loaded modules can be linked against them.