diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-03-31 00:03:36 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-03-31 00:03:36 +0000 |
| commit | f6d661eabdc821fe187a299a24637dd005cd2795 (patch) | |
| tree | 693fdd7496978e2502079c0b0b3d92849c9cd62f /llvm/examples/Kaleidoscope/Chapter6 | |
| parent | 3ccfed9fd70988a398e136ead8ffd39b2838e42c (diff) | |
| download | bcm5719-llvm-f6d661eabdc821fe187a299a24637dd005cd2795.tar.gz bcm5719-llvm-f6d661eabdc821fe187a299a24637dd005cd2795.zip | |
llvm/examples: Add RuntimeDyld as libdeps.
llvm-svn: 233646
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter6')
| -rw-r--r-- | llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt index 55b9a7853c5..7ac1ca49c4f 100644 --- a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt @@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS ExecutionEngine InstCombine MCJIT + RuntimeDyld ScalarOpts Support native |

