Sign in
llvm
/
llvm-project
/
refs/heads/main
/
.
/
llvm
/
examples
/
Kaleidoscope
/
Chapter5
/
CMakeLists.txt
blob: 9639f440d200c77979208995c1f0d32352429f64 [
file
] [
log
] [
blame
] [
edit
]
set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
Object
OrcJIT
Passes
RuntimeDyld
ScalarOpts
Support
native
)
add_kaleidoscope_chapter(Kaleidoscope-Ch5
toy.cpp
)