Sign in
llvm
/
llvm-project
/
b8337349d9b6143669e8bfa6776926a708cacf99
/
.
/
llvm
/
examples
/
Kaleidoscope
/
Chapter7
/
CMakeLists.txt
blob: 2167b4cf55e2c974fc18bfe06bb6404de8fe9d07 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
Object
OrcJIT
Passes
RuntimeDyld
ScalarOpts
Support
TransformUtils
native
)
add_kaleidoscope_chapter(Kaleidoscope-Ch7
toy.cpp
)