File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 34
34
35
35
* Updated Clang to build 4579689.
36
36
* LTO now works on Windows, fixing [ Issue 313] .
37
+ * [ Issue 527] : [ Undefined Behavior Sanitizer] now works for NDK binaries.
37
38
* Updated gtest to upstream revision 0fe96607d85cf3a25ac40da369db62bbee2939a5.
38
39
* ` libandroid_support ` is no longer used when your NDK API level is greater
39
40
than or equal to 21 (Lollipop). Build system maintainers: be sure to update
76
77
arm32 by default. If your project contains hand written assembly, you may
77
78
need to pass this flag.
78
79
80
+ [ Undefined Behavior Sanitizer ] : https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html
79
81
[ 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
80
84
[ Issue 540 ] : https://github.com/android-ndk/ndk/issues/540
81
85
[ Issue 614 ] : https://github.com/android-ndk/ndk/issues/614
82
86
83
- [ Issue 313 ] : https://github.com/android-ndk/ndk/issues/313
84
-
85
87
Known Issues
86
88
------------
87
89
You can’t perform that action at this time.
0 commit comments