Fix support to use NEON for single precision fp math.
[llvm/avr.git] / tools / llc / CMakeLists.txt
blobe98b5a2649e1e2d70ef79681d432e5b9f3e7398c
1 set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader)
3 add_llvm_tool(llc
4   llc.cpp
5   )