[AVR] Add a stub README file
authorDylan McKay <dylanmckay34@gmail.com>
Sat, 10 Dec 2016 12:08:19 +0000 (12:08 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Sat, 10 Dec 2016 12:08:19 +0000 (12:08 +0000)
llvm-svn: 289326

llvm/lib/Target/AVR/README.md [new file with mode: 0644]

diff --git a/llvm/lib/Target/AVR/README.md b/llvm/lib/Target/AVR/README.md
new file mode 100644 (file)
index 0000000..bd8b453
--- /dev/null
@@ -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)