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