Is Clang compiling for AVR / ARM?

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?

+4
source share
1 answer

For those who are interested, there is an active plug here: https://github.com/dylanmckay/avr-llvm

+4
source

Source: https://habr.com/ru/post/1544089/


All Articles