[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:
Lang Hames 2014-11-27 04:18:50 +00:00
parent 7032f3cbe4
commit 21f9d78c25

View File

@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
DebugInfo
ExecutionEngine
MC
Object
RuntimeDyld
Support
)