summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/README.md
diff options
context:
space:
mode:
authorDylan McKay <dylanmckay34@gmail.com>2016-12-10 12:08:19 +0000
committerDylan McKay <dylanmckay34@gmail.com>2016-12-10 12:08:19 +0000
commit41258cf07db3b985cd4c937cdddd60f8e1523b01 (patch)
tree51bd745a0f5347a0abe57d8ea0f81b4486ddd9ca /llvm/lib/Target/AVR/README.md
parentd8a603c23b1db5337ad3ae41a6f646ceab01c572 (diff)
downloadbcm5719-llvm-41258cf07db3b985cd4c937cdddd60f8e1523b01.tar.gz
bcm5719-llvm-41258cf07db3b985cd4c937cdddd60f8e1523b01.zip
[AVR] Add a stub README file
llvm-svn: 289326
Diffstat (limited to 'llvm/lib/Target/AVR/README.md')
-rw-r--r--llvm/lib/Target/AVR/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/lib/Target/AVR/README.md b/llvm/lib/Target/AVR/README.md
new file mode 100644
index 00000000000..bd8b453aa81
--- /dev/null
+++ b/llvm/lib/Target/AVR/README.md
@@ -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)
OpenPOWER on IntegriCloud