(original) (raw)

diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index dc63b5213c546..03b68271b7864 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -1300,6 +1300,11 @@ AVR Support - Reject C/C++ compilation for avr1 devices which have no SRAM. +BPF Support +^^^^^^^^^^^ + +- Make ``-mcpu=v3`` as the default. + DWARF Support in Clang ----------------------