diff options
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt')
-rw-r--r-- | llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt index 2f828dc819e..46067d99731 100644 --- a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt @@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS ScalarOpts Support nativecodegen + mcjit ) add_llvm_example(Kaleidoscope-Ch4 |