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

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 29 09:13:55 PDT 2018


vsk added a comment.

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

> Why create yet another way to disable the printing of warnings?
>  Why not use the suppressions mechanism which is already there?
>
> Thank you,
>
>   Filipe


That's a great question. Would that work with stripped binaries or binaries without debug info?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D48660





More information about the llvm-commits mailing list