mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
[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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222866 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7032f3cbe4
commit
21f9d78c25
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
DebugInfo
|
||||
ExecutionEngine
|
||||
MC
|
||||
Object
|
||||
RuntimeDyld
|
||||
Support
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user