From 8b2ee00263771d99b23b4195047db1e48e5f8063 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 22 Feb 2018 15:01:31 -0800 Subject: [PATCH] Mention that #527 is fixed in the changelog. Test: None, markdown only Bug: https://github.com/android-ndk/ndk/issues/527 Change-Id: I79719566ddc01f18f07a0c03b6e190dabe32a10a (cherry picked from commit dc7f8c448aa89817abfea302bfc1c76502cd06d0) --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e28ab516..0181add8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ NDK * Updated Clang to build 4579689. * LTO now works on Windows, fixing [Issue 313]. + * [Issue 527]: [Undefined Behavior Sanitizer] now works for NDK binaries. * Updated gtest to upstream revision 0fe96607d85cf3a25ac40da369db62bbee2939a5. * `libandroid_support` is no longer used when your NDK API level is greater than or equal to 21 (Lollipop). Build system maintainers: be sure to update @@ -76,12 +77,13 @@ NDK arm32 by default. If your project contains hand written assembly, you may need to pass this flag. +[Undefined Behavior Sanitizer]: https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html [wrap.sh]: https://developer.android.com/ndk/guides/wrap-script.html +[Issue 313]: https://github.com/android-ndk/ndk/issues/313 +[Issue 527]: https://github.com/android-ndk/ndk/issues/527 [Issue 540]: https://github.com/android-ndk/ndk/issues/540 [Issue 614]: https://github.com/android-ndk/ndk/issues/614 -[Issue 313]: https://github.com/android-ndk/ndk/issues/313 - Known Issues ------------