projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83d3f15
)
[MCJIT] Update CMakeLists.txt for llvm-rtdyld to add Object as a requirement.
author
Lang Hames
<lhames@gmail.com>
Thu, 27 Nov 2014 04:18:50 +0000
(
04:18
+0000)
committer
Lang 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
llvm-svn: 222866
llvm/tools/llvm-rtdyld/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/tools/llvm-rtdyld/CMakeLists.txt
b/llvm/tools/llvm-rtdyld/CMakeLists.txt
index
feb2134
..
e294760
100644
(file)
--- 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
)