Sign in
llvm
/
llvm-project
/
75838b818bdbc14fc41f901b4e60821647009cf3
/
.
/
llvm
/
examples
/
Kaleidoscope
/
BuildingAJIT
/
Chapter2
/
CMakeLists.txt
blob: 9fd9e8860b2f9a70886cc33251a3e055fecd35b1 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
Object
OrcJIT
RuntimeDyld
ScalarOpts
Support
native
)
add_kaleidoscope_chapter(BuildingAJIT-Ch2
toy.cpp
)