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