Sign in
llvm
/
llvm-project
/
cf3422d3df5b00d771bba837b9f51f67ab07eb64
/
.
/
llvm
/
examples
/
Kaleidoscope
/
BuildingAJIT
/
Chapter1
/
CMakeLists.txt
blob: 72c9668f7d3af018e994f374041fd28892e4bbff [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
Object
OrcJIT
RuntimeDyld
ScalarOpts
Support
native
)
add_kaleidoscope_chapter(BuildingAJIT-Ch1
toy.cpp
)
export_executable_symbols(BuildingAJIT-Ch1)