From a4eb1a5cbab45262b4641e3dec2b9a8ec396b338 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Tue, 22 Sep 2009 21:15:00 +0000 Subject: Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82573 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/Kaleidoscope/Chapter7/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/Kaleidoscope/Chapter7/CMakeLists.txt (limited to 'examples/Kaleidoscope/Chapter7/CMakeLists.txt') diff --git a/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/examples/Kaleidoscope/Chapter7/CMakeLists.txt new file mode 100644 index 0000000..9b8227c --- /dev/null +++ b/examples/Kaleidoscope/Chapter7/CMakeLists.txt @@ -0,0 +1,5 @@ +set(LLVM_LINK_COMPONENTS core jit interpreter native) + +add_llvm_example(Kaleidoscope-Ch7 + toy.cpp + ) -- cgit v1.1