diff options
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt')
-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 d36f03090e5..af24377c761 100644 --- a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt @@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS ScalarOpts Support nativecodegen + mcjit ) add_llvm_example(Kaleidoscope-Ch6 |