mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335525 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
26ac94ddde
commit
fad81756be
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user