Skip to content

Commit 8b2ee00

Browse files
committed
Mention that #527 is fixed in the changelog.
Test: None, markdown only Bug: android/ndk#527 Change-Id: I79719566ddc01f18f07a0c03b6e190dabe32a10a (cherry picked from commit dc7f8c448aa89817abfea302bfc1c76502cd06d0)
1 parent fbaf921 commit 8b2ee00

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ NDK
3434

3535
* Updated Clang to build 4579689.
3636
* LTO now works on Windows, fixing [Issue 313].
37+
* [Issue 527]: [Undefined Behavior Sanitizer] now works for NDK binaries.
3738
* Updated gtest to upstream revision 0fe96607d85cf3a25ac40da369db62bbee2939a5.
3839
* `libandroid_support` is no longer used when your NDK API level is greater
3940
than or equal to 21 (Lollipop). Build system maintainers: be sure to update
@@ -76,12 +77,13 @@ NDK
7677
arm32 by default. If your project contains hand written assembly, you may
7778
need to pass this flag.
7879

80+
[Undefined Behavior Sanitizer]: https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html
7981
[wrap.sh]: https://developer.android.com/ndk/guides/wrap-script.html
82+
[Issue 313]: https://github.com/android-ndk/ndk/issues/313
83+
[Issue 527]: https://github.com/android-ndk/ndk/issues/527
8084
[Issue 540]: https://github.com/android-ndk/ndk/issues/540
8185
[Issue 614]: https://github.com/android-ndk/ndk/issues/614
8286

83-
[Issue 313]: https://github.com/android-ndk/ndk/issues/313
84-
8587
Known Issues
8688
------------
8789

0 commit comments

Comments
 (0)