forked from OSchip/llvm-project
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:
parent
9a9f16ba87
commit
672ba25d8b
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue