From 31c6c5d58a6d2254063e8a18fd32b851a06e2ddf Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Tue, 22 Sep 2009 21:15:19 +0000 Subject: Add examples for Kaleidoscope chapters 2 through 6. Conflicts: examples/Makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82574 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/Kaleidoscope/Chapter3/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/Kaleidoscope/Chapter3/CMakeLists.txt (limited to 'examples/Kaleidoscope/Chapter3/CMakeLists.txt') diff --git a/examples/Kaleidoscope/Chapter3/CMakeLists.txt b/examples/Kaleidoscope/Chapter3/CMakeLists.txt new file mode 100644 index 0000000000..1af8db00a1 --- /dev/null +++ b/examples/Kaleidoscope/Chapter3/CMakeLists.txt @@ -0,0 +1,5 @@ +set(LLVM_LINK_COMPONENTS core) + +add_llvm_example(Kaleidoscope-Ch3 + toy.cpp + ) -- cgit v1.2.3