From: Lang Hames Date: Thu, 27 Nov 2014 04:18:50 +0000 (+0000) Subject: [MCJIT] Update CMakeLists.txt for llvm-rtdyld to add Object as a requirement. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=21f9d78c2505638c3c6a01d28baba481f231d2aa;p=oota-llvm.git [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 --- diff --git a/tools/llvm-rtdyld/CMakeLists.txt b/tools/llvm-rtdyld/CMakeLists.txt index feb213489d3..e294760801b 100644 --- a/tools/llvm-rtdyld/CMakeLists.txt +++ b/tools/llvm-rtdyld/CMakeLists.txt @@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS DebugInfo ExecutionEngine MC + Object RuntimeDyld Support )