aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2023-05-10 13:16:46 -0700
committerDan Albert <danalbert@google.com>2023-05-10 13:16:46 -0700
commit1c4cf51b9a05c886cc03186074ae482d1a2e9926 (patch)
treebc2c6fa94a52b5e48e5cc68c27c242655fa8893b
parent5ad2699685ac6bfd12f4a411d88250b6604e1bb1 (diff)
downloadndk-1c4cf51b9a05c886cc03186074ae482d1a2e9926.tar.gz
Add another fixed bug.
Bug: https://github.com/android/ndk/issues/1883 Test: None Change-Id: Ic99cdf916bd890dd8583d61ba7b7af65819377c2
-rw-r--r--docs/changelogs/Changelog-r26.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelogs/Changelog-r26.md b/docs/changelogs/Changelog-r26.md
index b5bca03c1..9c427f2b7 100644
--- a/docs/changelogs/Changelog-r26.md
+++ b/docs/changelogs/Changelog-r26.md
@@ -45,6 +45,7 @@ directly, see the [build system maintainers guide].
* [Issue 1861]: Fixed front end crash in Clang.
* [Issue 1862]: Fixed Clang crash for aarch64 with `-Os`.
* [Issue 1880]: Fixed crash in clang-format.
+ * [Issue 1883]: Fixed crash when incorrectly using neon intrinsics.
* Version scripts that name public symbols that are not present in the library
will now emit an error by default for ndk-build and the CMake toolchain file.
Build failures caused by this error are likely a bug in your library or a
@@ -81,6 +82,7 @@ directly, see the [build system maintainers guide].
[Issue 1861]: https://github.com/android/ndk/issues/1861
[Issue 1862]: https://github.com/android/ndk/issues/1862
[Issue 1880]: https://github.com/android/ndk/issues/1880
+[Issue 1883]: https://github.com/android/ndk/issues/1883
## Known Issues