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).
Also, contains an oilpan compiler plugin tweak.
BUG=492676
Patch by eugenis@chromium.org
Original review URL: https://codereview.chromium.org/1161973004/
TBR=hans
Committed: https://crrev.com/20f8a65d6b4c302a419ba0a1573fdf6ffa7d58d8
Cr-Commit-Position: refs/heads/master@{#332525}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|
|||||||||||||||||||