[PATCH] D64317: [Driver] Add float-divide-by-zero back to supported sanitizers after D63793/rC365272

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 8 12:15:37 PDT 2019


MaskRay added a comment.

In D64317#1574007 <https://reviews.llvm.org/D64317#1574007>, @vitalybuka wrote:

> is the patch description still correct?


Yes.

> Also, add SanitizerMask::FloatDivideByZero to a few other masks to make -fsanitize-trap, -fsanitize-recover, -fsanitize-minimal-runtime and -fsanitize-coverage work.

`-fsanitize=float-divide-by-zero` was accidentally removed by D63793 <https://reviews.llvm.org/D63793>. This patch adds it back.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64317/new/

https://reviews.llvm.org/D64317





More information about the cfe-commits mailing list