From 56aed6144a16cdd71e03e5855b19dab1fe9331e6 Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Mon, 16 Mar 2020 20:07:59 +1300 Subject: [PATCH] [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. --- llvm/docs/ReleaseNotes.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ---------------------------------