mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
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
63e2fcbb79
commit
601370f079
@ -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
Block a user