Add CMake build support for Orc examples (& fix some clang -Werror build
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 8 Feb 2015 07:20:04 +0000 (07:20 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 8 Feb 2015 07:20:04 +0000 (07:20 +0000)
commitb1ffebbbdb4567c96de3cab3d570259fe2b7bd50
treed1b9150d037e8f7eb032884f44ede76b64c26ff3
parentb7e0983d80feca2fffc7a63621f4ac93d5dd8235
Add CMake build support for Orc examples (& fix some clang -Werror build
breaks due to unused variables).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228520 91177308-0d34-0410-b5e6-96231b3b80d8
examples/Kaleidoscope/CMakeLists.txt
examples/Kaleidoscope/Orc/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Orc/initial/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Orc/initial/toy.cpp
examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Orc/lazy_codegen/toy.cpp
examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Orc/lazy_irgen/toy.cpp