[llvm] r289326 - [AVR] Add a stub README file

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 10 04:08:19 PST 2016


Author: dylanmckay
Date: Sat Dec 10 06:08:19 2016
New Revision: 289326

URL: http://llvm.org/viewvc/llvm-project?rev=289326&view=rev
Log:
[AVR] Add a stub README file

Added:
    llvm/trunk/lib/Target/AVR/README.md

Added: llvm/trunk/lib/Target/AVR/README.md
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AVR/README.md?rev=289326&view=auto
==============================================================================
--- llvm/trunk/lib/Target/AVR/README.md (added)
+++ llvm/trunk/lib/Target/AVR/README.md Sat Dec 10 06:08:19 2016
@@ -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)




More information about the llvm-commits mailing list