blob: c015e50ac350b4f6d8d9c10d1d03875a4616f3d1 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
JIT
MC
Support
nativecodegen
)
add_llvm_example(Fibonacci
fibonacci.cpp
)