[PATCH] D48566: UBSan blacklist workaround for bot timeouts

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 25 14:09:06 PDT 2018


vlad.tsyrklevich added a comment.

In https://reviews.llvm.org/D48566#1142778, @eugenis wrote:

> I guess, adding a few wildcards to the suppression to match only the function and/or class name would also be acceptable.


The reason I prefer the blacklist approach is that it doesn't bleed an aarch64-specific ubsan failure into common code generation routines.


Repository:
  rL LLVM

https://reviews.llvm.org/D48566





More information about the llvm-commits mailing list