We now need to link libscalar to get the switch lowering pass

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5874 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-04-23 16:43:02 +00:00
parent 6e96a99ce3
commit cf31784c69
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ TOOLNAME = lli
PARALLEL_DIRS = Interpreter JIT PARALLEL_DIRS = Interpreter JIT
JITLIBS = lli-jit codegen x86 JITLIBS = lli-jit codegen x86
USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore scalaropts.a \
#transforms.a analysis.a support.a target.a
# Have gcc tell the linker to export symbols from the program so that # Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them. # dynamically loaded modules can be linked against them.

View File

@ -3,8 +3,8 @@ TOOLNAME = lli
PARALLEL_DIRS = Interpreter JIT PARALLEL_DIRS = Interpreter JIT
JITLIBS = lli-jit codegen x86 JITLIBS = lli-jit codegen x86
USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore scalaropts.a \
#transforms.a analysis.a support.a target.a
# Have gcc tell the linker to export symbols from the program so that # Have gcc tell the linker to export symbols from the program so that
# dynamically loaded modules can be linked against them. # dynamically loaded modules can be linked against them.