aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt')
-rw-r--r--contrib/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/contrib/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
deleted file mode 100644
index 9b8227c69340..000000000000
--- a/contrib/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-set(LLVM_LINK_COMPONENTS core jit interpreter native)
-
-add_llvm_example(Kaleidoscope-Ch7
- toy.cpp
- )