diff options
author | Eric Christopher <echristo@gmail.com> | 2014-12-08 18:20:50 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-12-08 18:20:50 +0000 |
commit | 3760e8457d0e080e3d4f93b59d7a27accfe70751 (patch) | |
tree | 2b258aeb9f8218dbe2160bf5d9994afc9a22534d /llvm/examples/Kaleidoscope/Chapter8 | |
parent | 27de9b0f7001d3da9423e3e9b7b17565a38c1b51 (diff) | |
download | bcm5719-llvm-3760e8457d0e080e3d4f93b59d7a27accfe70751.tar.gz bcm5719-llvm-3760e8457d0e080e3d4f93b59d7a27accfe70751.zip |
Attempt to fix the cmake build by requiring mcjit on the cmake
dependencies for the KS tutorials
llvm-svn: 223677
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter8')
-rw-r--r-- | llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt index 053916f441d..a09c6bee8b5 100644 --- a/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt @@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS Support TransformUtils nativecodegen + mcjit ) set(LLVM_REQUIRES_RTTI 1) |