summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/Kaleidoscope/Chapter4/CMakeLists.txt2
-rw-r--r--examples/Kaleidoscope/Chapter5/CMakeLists.txt2
-rw-r--r--examples/Kaleidoscope/Chapter6/CMakeLists.txt2
-rw-r--r--examples/Kaleidoscope/Chapter7/CMakeLists.txt2
-rw-r--r--examples/Kaleidoscope/Chapter8/CMakeLists.txt2
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/examples/Kaleidoscope/Chapter4/CMakeLists.txt
index 2b3aed5e455..111332bccd0 100644
--- a/examples/Kaleidoscope/Chapter4/CMakeLists.txt
+++ b/examples/Kaleidoscope/Chapter4/CMakeLists.txt
@@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
+ MCJIT
ScalarOpts
Support
TransformUtils
native
- mcjit
)
add_kaleidoscope_chapter(Kaleidoscope-Ch4
diff --git a/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/examples/Kaleidoscope/Chapter5/CMakeLists.txt
index 186a6eab145..aac9949b394 100644
--- a/examples/Kaleidoscope/Chapter5/CMakeLists.txt
+++ b/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
diff --git a/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/examples/Kaleidoscope/Chapter6/CMakeLists.txt
index 78b0f1c3799..55b9a7853c5 100644
--- a/examples/Kaleidoscope/Chapter6/CMakeLists.txt
+++ b/examples/Kaleidoscope/Chapter6/CMakeLists.txt
@@ -3,10 +3,10 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
+ MCJIT
ScalarOpts
Support
native
- mcjit
)
add_kaleidoscope_chapter(Kaleidoscope-Ch6
diff --git a/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/examples/Kaleidoscope/Chapter7/CMakeLists.txt
index 0d4a97ee0b9..4bc1b2c7156 100644
--- a/examples/Kaleidoscope/Chapter7/CMakeLists.txt
+++ b/examples/Kaleidoscope/Chapter7/CMakeLists.txt
@@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
+ MCJIT
ScalarOpts
Support
TransformUtils
native
- mcjit
)
set(LLVM_REQUIRES_RTTI 1)
diff --git a/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/examples/Kaleidoscope/Chapter8/CMakeLists.txt
index 32f4cbd05b1..42882e9026b 100644
--- a/examples/Kaleidoscope/Chapter8/CMakeLists.txt
+++ b/examples/Kaleidoscope/Chapter8/CMakeLists.txt
@@ -1,9 +1,9 @@
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
+ MCJIT
Support
native
- mcjit
)
set(LLVM_REQUIRES_RTTI 1)