Sign in
llvm
/
llvm-project
/
llvm
/
8708872a2b6a125bb71da26c8df43550bb5dabf7
/
.
/
examples
/
Kaleidoscope
/
Chapter4
/
CMakeLists.txt
blob: 2c01e120070aeb7d479867ac292eab507f66238f [
file
]
set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
MCJIT
RuntimeDyld
ScalarOpts
Support
TransformUtils
native
)
add_kaleidoscope_chapter(Kaleidoscope-Ch4
toy.cpp
)