Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
llvm
/
examples
/
Kaleidoscope
/
Chapter6
/
CMakeLists.txt
blob: 0baf3f483e1bab17f0ebbb9bee9fce5d407b414e [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
Object
OrcJIT
Passes
RuntimeDyld
ScalarOpts
Support
native
)
add_kaleidoscope_chapter(Kaleidoscope-Ch6
toy.cpp
)