As-is, this also builds an asanified hwasan runtime. Not sure if that's good or not.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
We shouldn't be compiling any of the sanitizer runtimes with sanitizers, that's pretty much guaranteed not to work.
We could do something like this to disable asan in non-default toolchains:
https://cs.chromium.org/chromium/src/build/config/sanitizers/sanitizers.gni?l=123