Chromium Code Reviews
DescriptionBuild libclang_rt.asan-arm-android with stlport and API level 19.
After https://codereview.chromium.org/951983002 ASan runtime library
is built with libc++-enabled Android toolchain. There is an apparent
unwinder bug there which is breaking ClusterFuzz.
With this change, we will build ASan runtime library with stlport,
and the rest of the code with libc++, which may sound scary, but
should work fine, since ASan has C-only interface (except for
new/delete operators).
Also, ASan is no longer supported on JellyBean, so bump the API level of the Android toolchain to 19 (KitKat).
BUG=492676
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : . #
Total comments: 5
Patch Set 4 : . #Messages
Total messages: 16 (4 generated)
|