X86MCInstLower::Lower should only not emit anything to OutStreamer,
[llvm/avr.git] / examples / Fibonacci / CMakeLists.txt
blob693761241fc18e18d0a6fd4dca3d1721e360bac3
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
3 add_llvm_example(Fibonacci
4   fibonacci.cpp
5   )