No, we are not avoiding -O3, just -fstrict-aliasing.
[llvm/msp430.git] / examples / Fibonacci / CMakeLists.txt
blob693761241fc18e18d0a6fd4dca3d1721e360bac3
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
3 add_llvm_example(Fibonacci
4   fibonacci.cpp
5   )