Skip to content

Commit

Permalink
Note r26c LLVM fixes in the changelog.
Browse files Browse the repository at this point in the history
Bug: android/ndk#1928
Bug: android/ndk#1953
Test: None
Change-Id: Iedf3172f36d66df94565e8cb4dbdf704f512304b
  • Loading branch information
DanAlbert committed Jan 29, 2024
1 parent 90d449a commit 51b594f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/changelogs/Changelog-r26.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ directly, see the [build system maintainers guide].

[Issue 1751]: https://github.com/android/ndk/issues/1751

## r26c

* Updated LLVM to clang-r487747d. See `AndroidVersion.txt` and
`clang_source_info.md` in the toolchain directory for version information.
* [Issue 1928]: Fixed Clang crash in instruction selection for 32-bit armv8
floating point.
* [Issue 1953]: armeabi-v7a libc++ libraries are once again built as thumb.

[Issue 1928]: https://github.com/android/ndk/issues/1928
[Issue 1953]: https://github.com/android/ndk/issues/1953

## r26b

* Updated LLVM to clang-r487747d. See `AndroidVersion.txt` and
Expand Down

0 comments on commit 51b594f

Please sign in to comment.