summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-rtdyld
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2014-11-27 04:18:50 +0000
committerLang Hames <lhames@gmail.com>2014-11-27 04:18:50 +0000
commit9b38ec248a60c9fdfd36e582c44f72b2bcea64c8 (patch)
tree499c170a119a387179e913dbbb93e9f0f66bb19c /llvm/tools/llvm-rtdyld
parent83d3f150c86a7fe86ebabc44f34ceca0979725cb (diff)
downloadbcm5719-llvm-9b38ec248a60c9fdfd36e582c44f72b2bcea64c8.tar.gz
bcm5719-llvm-9b38ec248a60c9fdfd36e582c44f72b2bcea64c8.zip
[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
Diffstat (limited to 'llvm/tools/llvm-rtdyld')
-rw-r--r--llvm/tools/llvm-rtdyld/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-rtdyld/CMakeLists.txt b/llvm/tools/llvm-rtdyld/CMakeLists.txt
index feb213489d3..e294760801b 100644
--- a/llvm/tools/llvm-rtdyld/CMakeLists.txt
+++ b/llvm/tools/llvm-rtdyld/CMakeLists.txt
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
DebugInfo
ExecutionEngine
MC
+ Object
RuntimeDyld
Support
)
OpenPOWER on IntegriCloud