hanchenye-llvm-project/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt

16 lines
193 B
CMake

set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
MCJIT
ScalarOpts
Support
TransformUtils
native
)
add_kaleidoscope_chapter(Kaleidoscope-Ch4
toy.cpp
)