mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-12-29 02:31:50 +00:00
6 lines
108 B
CMake
6 lines
108 B
CMake
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
|
|
|
|
add_llvm_example(HowToUseJIT
|
|
HowToUseJIT.cpp
|
|
)
|