diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-04-12 20:47:23 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-04-12 20:47:23 +0000 |
commit | 9f85634bd2fccd2f366b7ce9048f6c9f95ebba18 (patch) | |
tree | 87b38662e0f248791b7f62c52e01ba0f0f8bb113 /examples/Kaleidoscope/CMakeLists.txt | |
parent | de9b4c4a7f772ec1afe45160240ba567a52067d3 (diff) | |
download | external_llvm-9f85634bd2fccd2f366b7ce9048f6c9f95ebba18.zip external_llvm-9f85634bd2fccd2f366b7ce9048f6c9f95ebba18.tar.gz external_llvm-9f85634bd2fccd2f366b7ce9048f6c9f95ebba18.tar.bz2 |
Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice
if an API change causes it to be out of date. The code is copied out of
LangImpl7.html.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68912 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/Kaleidoscope/CMakeLists.txt')
-rw-r--r-- | examples/Kaleidoscope/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Kaleidoscope/CMakeLists.txt b/examples/Kaleidoscope/CMakeLists.txt new file mode 100644 index 0000000..9a18aae --- /dev/null +++ b/examples/Kaleidoscope/CMakeLists.txt @@ -0,0 +1,5 @@ +set(LLVM_LINK_COMPONENTS core jit native) + +add_llvm_example(Kaleidoscope + toy.cpp + ) |