It's not legal to fold a load from a narrower stack slot into a wider instruction...
[llvm/avr.git] / tools / llvm-as / CMakeLists.txt
blobeef4a13e29dcc22aa7b04c11965ba062a62cffd2
1 set(LLVM_LINK_COMPONENTS asmparser bitwriter)
2 set(LLVM_REQUIRES_EH 1)
4 add_llvm_tool(llvm-as
5   llvm-as.cpp
6   )