I'd like to cross-compile Clang for run on ARM devices and compile for ARM mcu (Cortex M3) or ATmega AVR mcus. Is Clang able to do it?
UPDATE: i've found llvm-avr backend for LLVM 3.5: https://github.com/sushihangover/llvm-avr
Is anyone except me interested?