diff options
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter5')
| -rw-r--r-- | llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt index 186a6eab145..aac9949b394 100644 --- a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt @@ -3,10 +3,10 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine + MCJIT ScalarOpts Support native - mcjit ) add_kaleidoscope_chapter(Kaleidoscope-Ch5 |

