468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
14 lines
155 B
CMake
14 lines
155 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
ExecutionEngine
|
|
Interpreter
|
|
MC
|
|
MCJIT
|
|
Support
|
|
nativecodegen
|
|
)
|
|
|
|
add_llvm_example(Fibonacci
|
|
fibonacci.cpp
|
|
)
|