the various ConstantExpr::get*Ty methods existed to work with issues around
[llvm/stm8.git] / examples / Fibonacci / CMakeLists.txt
blob693761241fc18e18d0a6fd4dca3d1721e360bac3
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
3 add_llvm_example(Fibonacci
4   fibonacci.cpp
5   )