mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Add TransformUtils dependency to lli.
After r236465, Orc uses ValueMaterializer and so needs to link against TransformUtils to get the ValueMaterializer::anchor(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236467 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ee160106a1
commit
7e93f3b723
@ -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