Sign in
chromium
/
external
/
github.com
/
llvm-mirror
/
llvm
/
6e8533b05630a1e06d39a61270dcbf6d0662b3b5
/
.
/
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)