mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
f0c55a9b97
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116682 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
129 B
CMake
7 lines
129 B
CMake
set(LLVM_LINK_COMPONENTS core jit interpreter native)
|
|
set(LLVM_REQUIRES_RTTI 1)
|
|
|
|
add_llvm_example(Kaleidoscope-Ch7
|
|
toy.cpp
|
|
)
|