Thumb2 does not allow the use of "pc" register as part of the load / store address.
[oota-llvm.git] / examples / Kaleidoscope / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS core jit native)
2
3 add_llvm_example(Kaleidoscope
4   toy.cpp
5   )