Sign in
llvm
/
llvm-project
/
b59a0a6f404a82b71802eceaf3addb94ce728ce9
/
.
/
llvm
/
examples
/
Kaleidoscope
/
Chapter4
/
CMakeLists.txt
blob: dcb82ffad4b8dcc6ee2867db871cb75fe1137059 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
Object
OrcJIT
Passes
RuntimeDyld
ScalarOpts
Support
native
)
add_kaleidoscope_chapter(Kaleidoscope-Ch4
toy.cpp
)