Files
llvm-6502/examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt
David Blaikie b1ffebbbdb 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
2015-02-08 07:20:04 +00:00

12 lines
151 B
CMake

set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
MCJIT
Support
native
)
add_kaleidoscope_chapter(Kaleidoscope-Orc-lazy_codegen
toy.cpp
)