forked from OSchip/llvm-project
We now need to link libscalar to get the switch lowering pass
llvm-svn: 5874
This commit is contained in:
parent
e695da3f54
commit
7d4c04c99a
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue