[MCJIT] Update CMakeLists.txt for llvm-rtdyld to add Object as a requirement.
authorLang Hames <lhames@gmail.com>
Thu, 27 Nov 2014 04:18:50 +0000 (04:18 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 27 Nov 2014 04:18:50 +0000 (04:18 +0000)
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

tools/llvm-rtdyld/CMakeLists.txt

index feb213489d3f626db92b8b949ac45a41a1f3652c..e294760801bb15a6e820176843aadea345d7fc26 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   DebugInfo
   ExecutionEngine
   MC
+  Object
   RuntimeDyld
   Support
   )