I would like to cross-compile Clang to run on ARM devices and compile for ARM mcu (Cortex M3) or ATmega AVR mcus. Can Klang do this?
UPDATE: I found llvm-avr backend for LLVM 3.5:
https://github.com/sushihangover/llvm-avr
Anyone besides me interested in?
source
share