diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-01-06 23:39:37 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-01-06 23:39:37 +0000 |
commit | 9e93701b57f3c7ff77f22c7d3e88c00a5fb6ff68 (patch) | |
tree | 231dc0b10dbf8dea7d43540c288ef0f44ae00200 /llvm/examples/Kaleidoscope/Chapter6 | |
parent | 3218c0fb943a05ffeeeefaffaa0f7f64b2bb3858 (diff) | |
download | bcm5719-llvm-9e93701b57f3c7ff77f22c7d3e88c00a5fb6ff68.tar.gz bcm5719-llvm-9e93701b57f3c7ff77f22c7d3e88c00a5fb6ff68.zip |
cmake: Add Kaleidoscope target
llvm-svn: 225318
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter6')
-rw-r--r-- | llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt index 9ffd86a65f9..c5a737ac67f 100644 --- a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt @@ -10,6 +10,6 @@ set(LLVM_LINK_COMPONENTS mcjit ) -add_llvm_example(Kaleidoscope-Ch6 +add_kaleidoscope_chapter(Kaleidoscope-Ch6 toy.cpp ) |