[compiler-rt] r277621 - [ASan] Report illegal instruction exceptions in ASan

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 13:41:01 PDT 2016


On 3 August 2016 at 21:32, Reid Kleckner <rnk at google.com> wrote:
> This REQUIRES line is no good for me because I need to run it on 32-bit
> Windows as well as x86_64. I guess I can try to XFAIL for now. I think to
> fix this for real we need to install a SIGTRAP signal handler, as that's
> what __builtin_trap appears to generate on ARM.

If you XFAIL, it'll break the bots where it does pass. :(

Normally what we do is to add REQUIRES: stable-runtime

cheers,
--renato


More information about the llvm-commits mailing list