Skip to content

Commit

Permalink
Note Clang -march crash fix in the r25 changelog.
Browse files Browse the repository at this point in the history
Bug: android/ndk#1710
Test: None
Change-Id: Iffb9e9f49fe1d558f7d738ac94e0437418b8848f
  • Loading branch information
DanAlbert committed Jun 27, 2022
1 parent 7898e44 commit d8a5a55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/changelogs/Changelog-r25.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ directly, see the [build system maintainers guide].
* Includes Android 13 Beta 2 APIs.
* Updated LLVM to clang-r450784d, based on LLVM 14 development.
* [Issue 1455]: Improved display of Android API levels in Clang diagnostics.
* [Issue 1710]: Fixed compiler crash caused by invalid `-march` values.
* Eliminate duplicate static libraries in API-versioned sysroot directories.
This reduces the uncompressed size of the NDK by 500 MB.
* Strip some binaries and libraries. This reduces the uncompressed size of
Expand All @@ -38,6 +39,7 @@ directly, see the [build system maintainers guide].
[Issue 1455]: https://github.com/android/ndk/issues/1455
[Issue 1634]: https://github.com/android/ndk/issues/1634
[Issue 1693]: https://github.com/android/ndk/issues/1693
[Issue 1710]: https://github.com/android/ndk/issues/1710
[Issue 1717]: https://github.com/android/ndk/issues/1717

## Known Issues
Expand Down

0 comments on commit d8a5a55

Please sign in to comment.