[compiler-rt] r230256 - [asan] when registering globals, use the same unwinder as we use for malloc, instead of the one used for FATAL crash (which may be too slow)

Renato Golin renato.golin at linaro.org
Wed Feb 25 08:41:23 PST 2015


On 25 February 2015 at 16:25, Kostya Serebryany <kcc at google.com> wrote:
> And we can disable the test on ARM for now to make the bot green

Disabling tests is the last resort, and I don't want to do that unless
it's really *meant* to fail on ARM (like TSAN on 32-bits).

I don't think this investigation will be quick enough, as we're
already 2 days in the red. Since the patch is not very big and we're
far from another release code-freeze, I think the prudent thing to do
would be to revert and investigate.

I appreciate that in the past it used to be an Intel thing only, but
as projects mature, we have to care for a wider audience.

I'll create a bug for it and assign to myself, so we can track this issue.

cheers,
--renato



More information about the llvm-commits mailing list