Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / lib / CompilerDriver / CMakeLists.txt
blob153dd443cbf2207b56d3b5e12585c7f6835eb04e
1 set(LLVM_LINK_COMPONENTS support system)
2 set(LLVM_REQUIRES_EH 1)
4 add_llvm_tool(llvmc
5   Action.cpp
6   CompilationGraph.cpp
7   llvmc.cpp
8   Plugin.cpp
9   Tool.cpp
10   )