diff options
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) |