Sign in
llvm
/
llvm
/
2b38b84a12ff96d6862b7927f92cbdae77653deb
/
.
/
examples
/
Kaleidoscope
/
Chapter6
/
CMakeLists.txt
blob: ad50928a346cc8655480151b2fdd10cacb7f4799 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
Object
OrcJIT
RuntimeDyld
ScalarOpts
Support
native
)
add_kaleidoscope_chapter(Kaleidoscope-Ch6
toy.cpp
)
export_executable_symbols(Kaleidoscope-Ch6)