fix PR5649 by making fib use the JIT instead of the interpreter, patch by Perry Lorier!
[oota-llvm.git] / examples / Fibonacci / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3 add_llvm_example(Fibonacci
4   fibonacci.cpp
5   )