Sign in
ara-mdk
/
platform
/
external
/
llvm
/
76a05c93b13a8debec4497a6e4e753d7531709e5
/
.
/
examples
/
Kaleidoscope
/
Chapter6
/
CMakeLists.txt
blob: 2e15a5f7dfc60b10639fc26ef71be543c3fd53af [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS core jit interpreter native)
add_llvm_example(Kaleidoscope-Ch6
toy.cpp
)