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