forked from OSchip/llvm-project
[MCJIT] Update CMakeLists.txt for llvm-rtdyld to add Object as a requirement.
Hopefully this will fix http://bb.pgr.jp/builders/clang-3stage-x86_64-linux/builds/8271/steps/stage1_build/logs/stdio llvm-svn: 222866
This commit is contained in:
parent
83d3f150c8
commit
9b38ec248a
|
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
DebugInfo
|
||||
ExecutionEngine
|
||||
MC
|
||||
Object
|
||||
RuntimeDyld
|
||||
Support
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue