We now need to link libscalar to get the switch lowering pass
authorChris Lattner <sabre@nondot.org>
Wed, 23 Apr 2003 16:43:02 +0000 (16:43 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Apr 2003 16:43:02 +0000 (16:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5874 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Makefile
tools/lli/Makefile

index ee127261438f37e200ec09bc21f8e3d90f4e49fc..b97e4115ac06c0a71794d6d3981500bf4fd747be 100644 (file)
@@ -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.
index ee127261438f37e200ec09bc21f8e3d90f4e49fc..b97e4115ac06c0a71794d6d3981500bf4fd747be 100644 (file)
@@ -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.