mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +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 llvm-svn: 222866
This commit is contained in:
parent
63b80f5e8f
commit
7d728166bd
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
DebugInfo
|
||||
ExecutionEngine
|
||||
MC
|
||||
Object
|
||||
RuntimeDyld
|
||||
Support
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user