[PATCH] D48660: [UBSan] Add silence_unsigned_overflow flag.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 14:16:40 PDT 2018


morehouse added a comment.

In https://reviews.llvm.org/D48660#1147943, @filcab wrote:

> Why not use the suppressions mechanism which is already there?


To circle back, @kcc mentioned offline that the existing suppressions mechanism would incur overhead from repeated searches through the suppression list, which is undesirable for fuzzing.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D48660





More information about the llvm-commits mailing list