Revert "UBSan blacklist workaround for bot timeouts"

This reverts commit r335525. This workaround is no longer necessary
because PR37929 has been fixed.

llvm-svn: 345397
This commit is contained in:
Vlad Tsyrklevich 2018-10-26 16:07:50 +00:00
parent 9a9f16ba87
commit 672ba25d8b
1 changed files with 0 additions and 5 deletions

View File

@ -10,8 +10,3 @@ 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*