UBSan blacklist workaround for bot timeouts

Summary: Workaround for PR37929

Reviewers: eugenis, vitalybuka

Reviewed By: eugenis

Subscribers: llvm-commits, kcc

Differential Revision: https://reviews.llvm.org/D48566

llvm-svn: 335525
This commit is contained in:
Vlad Tsyrklevich 2018-06-25 21:28:35 +00:00
parent 92d6a7ccf1
commit 7a3628df0a

View File

@ -10,3 +10,8 @@ src:*bits/stl_tree.h
# data() on an empty vector: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59829
src:*bits/stl_iterator.h
src:*bits/stl_vector.h
# These auto-generated functions compile down to ~50k basic blocks with inlining
# and UBSan enabled, causing long builds that lead to bot timeouts.
# https://bugs.llvm.org/show_bug.cgi?id=37929
fun:*AArch64*InstPrinter*printAliasInstr*