mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-22 20:20:03 +00:00
31c6c5d58a
Conflicts: examples/Makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82574 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
103 B
CMake
6 lines
103 B
CMake
set(LLVM_LINK_COMPONENTS core jit interpreter native)
|
|
|
|
add_llvm_example(Kaleidoscope-Ch4
|
|
toy.cpp
|
|
)
|