Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
llvm
/
examples
/
Kaleidoscope
/
Chapter9
/
CMakeLists.txt
blob: d21ba342ebe5a836f5a61563de7be88d6edccc33 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Object
OrcJIT
Support
TargetParser
native
)
add_kaleidoscope_chapter(Kaleidoscope-Ch9
toy.cpp
)