[llvm] 56aed61 - [AVR] Add a release note about the AVR backend becoming an official backend

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 00:11:07 PDT 2020


Author: Dylan McKay
Date: 2020-03-16T20:07:59+13:00
New Revision: 56aed6144a16cdd71e03e5855b19dab1fe9331e6

URL: https://github.com/llvm/llvm-project/commit/56aed6144a16cdd71e03e5855b19dab1fe9331e6
DIFF: https://github.com/llvm/llvm-project/commit/56aed6144a16cdd71e03e5855b19dab1fe9331e6.diff

LOG: [AVR] Add a release note about the AVR backend becoming an official backend

AVR has been enabled by default since
c480c584a0b7de675dddb2616122fc218cd72c0e, the tests have been stable for
a couple days now, revert extremely unlikely.

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 5b24659c16f9..bbfcc6076c01 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -100,7 +100,9 @@ Changes to the AMDGPU Target
 Changes to the AVR Target
 -----------------------------
 
-During this release ...
+* Moved from an experimental backend to an official backend. AVR support is now
+  included by default in all LLVM builds and releases and is available under
+  the "avr-unknown-unknown" target triple.
 
 Changes to the WebAssembly Target
 ---------------------------------


        


More information about the llvm-commits mailing list