diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2020-01-21 18:14:36 +0300 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2020-01-26 17:04:00 +0300 |
commit | 27f93515c68b8b628b487758af87e10f6604cd99 (patch) | |
tree | 007c55e280b0ebc6e96a808e293548766d46dfad /clang/docs/ReleaseNotes.rst | |
parent | f15b60b3a2a20f68ba303c5e771a0552718eca8e (diff) | |
download | bcm5719-llvm-27f93515c68b8b628b487758af87e10f6604cd99.tar.gz bcm5719-llvm-27f93515c68b8b628b487758af87e10f6604cd99.zip |
[docs][mips] 10.0 Release notes
MIPS specific part of LLVM 10.0 Release notes for LLVM, Clang and LLD.
Differential Revision: https://reviews.llvm.org/D73108
Diffstat (limited to 'clang/docs/ReleaseNotes.rst')
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 7bc3a15b213..c0e1ffde2a6 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -110,6 +110,9 @@ Non-comprehensive list of changes in this release Clang-specific flag ``-flax-vector-conversions=all``. In a future release of Clang, we intend to change the default to ``-fno-lax-vector-conversions``. +* Improved support for ``octeon`` MIPS-family CPU. Added ``octeon+`` to + the list of of CPUs accepted by the driver. + New Compiler Flags ------------------ |