Skip to content

Commit

Permalink
Changelog update for r23c toolchain.
Browse files Browse the repository at this point in the history
Separate from the toolchain update to avoid merge conflicts.

Bug: android/ndk#1590
Bug: android/ndk#1608
Bug: android/ndk#1619
Bug: android/ndk#1645
Bug: android/ndk#1672
Test: None
Change-Id: I6e24e582dc0c300db173083009da9a1494360137
  • Loading branch information
DanAlbert committed Apr 22, 2022
1 parent 6ae61ff commit 25ab62f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/changelogs/Changelog-r23.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ directly, see the [build system maintainers guide].

## r23c

* Update LLVM to clang-r416183c2, based on LLVM 12 development.
* [Issue 1590]: Fixed LLDB crashes when calling help on unknown commands.
* [Issue 1608]: Fixed crash in vector conversions.
* [Issue 1619]: Fixed performance regression in arm64 vectorization.
* [Issue 1645]: Fixed crash caused by openmp master/critical pragmas.
* [Issue 1672]: Fixed armeabi-v7a libunwind.a to be compatible with vfpv3-d16
(remember that this is the last release that will support that FPU setting).
* [Issue 1569]: Fix `-fno-integrated-as` for Linux and Darwin hosts by making
GAS symlink relative
* [Issue 1610]: Fix `ANDROID_NATIVE_API_LEVEL` CMake variable when using the
Expand All @@ -48,8 +55,13 @@ directly, see the [build system maintainers guide].
toolchain file can still be enabled using
`-DANDROID_USE_LEGACY_TOOLCHAIN_FILE=OFF`.

[Issue 1590]: https://github.com/android/ndk/issues/1590
[Issue 1608]: https://github.com/android/ndk/issues/1608
[Issue 1610]: https://github.com/android/ndk/issues/1610
[Issue 1619]: https://github.com/android/ndk/issues/1619
[Issue 1645]: https://github.com/android/ndk/issues/1645
[Issue 1656]: https://github.com/android/ndk/issues/1656
[Issue 1672]: https://github.com/android/ndk/issues/1672
[Issue 1693]: https://github.com/android/ndk/issues/1693

## r23b
Expand Down

0 comments on commit 25ab62f

Please sign in to comment.