1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

[AVR] Add a stub README file

llvm-svn: 289326
This commit is contained in:
Dylan McKay 2016-12-10 12:08:19 +00:00
parent c9ba38b704
commit ff4fb450d4

8
lib/Target/AVR/README.md Normal file
View File

@ -0,0 +1,8 @@
# AVR backend
This experimental backend is for the 8-bit Atmel [AVR](https://en.wikipedia.org/wiki/Atmel_AVR) microcontroller.
## Useful links
* [Unresolved bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=109466)
* [Architecture notes](https://github.com/avr-llvm/architecture)