summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt2
-rw-r--r--llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt1
-rw-r--r--llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt1
-rw-r--r--llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt2
-rw-r--r--llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt2
5 files changed, 0 insertions, 8 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
index 31fe7661444..44e1aeecaae 100644
--- a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
@@ -3,12 +3,10 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
- MCJIT
Object
RuntimeDyld
ScalarOpts
Support
- TransformUtils
native
)
diff --git a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
index 06b00826254..b62ed410103 100644
--- a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
@@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
- MCJIT
Object
RuntimeDyld
ScalarOpts
diff --git a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
index b51a2ea38f0..6bb2b193752 100644
--- a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
@@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
- MCJIT
Object
RuntimeDyld
ScalarOpts
diff --git a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
index c053b6684c1..27c18cdd065 100644
--- a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
@@ -3,12 +3,10 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
- MCJIT
Object
RuntimeDyld
ScalarOpts
Support
- TransformUtils
native
)
diff --git a/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt
index 108e71bfb46..e335cb48ac7 100644
--- a/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt
@@ -1,9 +1,7 @@
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
- MCJIT
Object
- RuntimeDyld
Support
native
)
OpenPOWER on IntegriCloud