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

Bruno Cardoso Lopes via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 22:39:09 PDT 2016


It looks like this also hit Darwin:
http://lab.llvm.org:8080/green/job/clang-stage1-configure-RA_check/20787

Reid, any ideia on what this output should look on Darwin?

On Wed, Aug 3, 2016 at 1:41 PM, Renato Golin via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> 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
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



-- 
Bruno Cardoso Lopes
http://www.brunocardoso.cc


More information about the llvm-commits mailing list