2013-12-10 11:13:32 +00:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
Core
|
|
|
|
ExecutionEngine
|
|
|
|
Interpreter
|
2014-07-14 05:01:53 +00:00
|
|
|
MC
|
2013-12-10 11:13:32 +00:00
|
|
|
Support
|
|
|
|
nativecodegen
|
|
|
|
)
|
2010-09-13 23:59:48 +00:00
|
|
|
|
2008-09-22 01:08:49 +00:00
|
|
|
add_llvm_example(Fibonacci
|
|
|
|
fibonacci.cpp
|
|
|
|
)
|