18 lines
236 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
Object
RuntimeDyld
ScalarOpts
Support
native
)
add_kaleidoscope_chapter(BuildingAJIT-Ch1
toy.cpp
)
export_executable_symbols(BuildingAJIT-Ch1)