Add TransformUtils dependency to lli.
After r236465, Orc uses ValueMaterializer and so needs to link against TransformUtils to get the ValueMaterializer::anchor(). llvm-svn: 236467
This commit is contained in:
parent
6c2479bee4
commit
b5445cce73
|
|
@ -14,6 +14,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
RuntimeDyld
|
||||
SelectionDAG
|
||||
Support
|
||||
TransformUtils
|
||||
native
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@ subdirectories = ChildTarget
|
|||
type = Tool
|
||||
name = lli
|
||||
parent = Tools
|
||||
required_libraries = AsmParser BitReader IRReader Instrumentation Interpreter MCJIT NativeCodeGen SelectionDAG Native
|
||||
required_libraries = AsmParser BitReader IRReader Instrumentation Interpreter MCJIT NativeCodeGen SelectionDAG TransformUtils Native
|
||||
|
|
|
|||
Loading…
Reference in New Issue