1set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3add_llvm_example(Fibonacci
4  fibonacci.cpp
5  )
6