[compiler-rt] r244136 - [sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE crashes same as SIGSEV crashes, patch by Karl Skomski

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 02:04:52 PDT 2015


On 5 August 2015 at 22:19, Kostya Serebryany <kcc at google.com> wrote:
> Author: kcc
> Date: Wed Aug  5 16:19:11 2015
> New Revision: 244136
>
> URL: http://llvm.org/viewvc/llvm-project?rev=244136&view=rev
> Log:
> [sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE crashes same as SIGSEV crashes, patch by Karl Skomski

Hi Kostya,

It seems this commit broke our ARM bots:

http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full/builds/6917

http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh/builds/1885

You haven't been warned because there were other failures in there,
that are now gone.

cheers,
--renato


More information about the llvm-commits mailing list