[PATCH] D32991: [ELF] Initial migration of AVR target

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 23:34:46 PDT 2017


ruiu added a comment.

Hi Leslie,

Thank you for working on AVR support! I have a couple of questions for you.

- I'm not familiar with AVR (I wrote a few programs for Arduino but haven't done any non-toy programming for the chip). Is there any ABI documentation with which I can learn?
- Does it support full functionality of ELF? I guess it might be missing some features due to small address space. (I'm not even sure if that supports dynamic linking.)
- Does it run Unix-like OS? Or is it usually used for baremetal programming?


Repository:
  rL LLVM

https://reviews.llvm.org/D32991





More information about the llvm-commits mailing list