diff --git a/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/examples/Kaleidoscope/Chapter4/CMakeLists.txt index 46067d99731..86336debc87 100644 --- a/examples/Kaleidoscope/Chapter4/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter4/CMakeLists.txt @@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS MC ScalarOpts Support - nativecodegen + native mcjit ) diff --git a/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/examples/Kaleidoscope/Chapter5/CMakeLists.txt index 138cf0c0969..e920f0e3445 100644 --- a/examples/Kaleidoscope/Chapter5/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter5/CMakeLists.txt @@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS MC ScalarOpts Support - nativecodegen + native mcjit ) diff --git a/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/examples/Kaleidoscope/Chapter6/CMakeLists.txt index af24377c761..9ffd86a65f9 100644 --- a/examples/Kaleidoscope/Chapter6/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter6/CMakeLists.txt @@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS MC ScalarOpts Support - nativecodegen + native mcjit ) diff --git a/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/examples/Kaleidoscope/Chapter7/CMakeLists.txt index 304c94ba5a2..12d745766cd 100644 --- a/examples/Kaleidoscope/Chapter7/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter7/CMakeLists.txt @@ -7,7 +7,7 @@ set(LLVM_LINK_COMPONENTS ScalarOpts Support TransformUtils - nativecodegen + native mcjit ) diff --git a/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/examples/Kaleidoscope/Chapter8/CMakeLists.txt index a09c6bee8b5..84436289d2c 100644 --- a/examples/Kaleidoscope/Chapter8/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter8/CMakeLists.txt @@ -7,7 +7,7 @@ set(LLVM_LINK_COMPONENTS ScalarOpts Support TransformUtils - nativecodegen + native mcjit )