Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
bc041b82d44b51a3b7da79c38e4052e28ff8011c
/
.
/
llvm
/
examples
/
Kaleidoscope
/
Chapter7
/
CMakeLists.txt
blob: e67d7928efe79539522bb8e955de6c522469aa31 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
Object
RuntimeDyld
ScalarOpts
Support
native
)
add_kaleidoscope_chapter(Kaleidoscope-Ch7
toy.cpp
)
export_executable_symbols(Kaleidoscope-Ch7)