[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:33:20 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL335525: UBSan blacklist workaround for bot timeouts (authored by vlad.tsyrklevich, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D48566

Files:
  llvm/trunk/utils/sanitizers/ubsan_blacklist.txt


Index: llvm/trunk/utils/sanitizers/ubsan_blacklist.txt
===================================================================
--- llvm/trunk/utils/sanitizers/ubsan_blacklist.txt
+++ llvm/trunk/utils/sanitizers/ubsan_blacklist.txt
@@ -10,3 +10,8 @@
 # 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*


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48566.152776.patch
Type: text/x-patch
Size: 619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180625/f467ed18/attachment.bin>


More information about the llvm-commits mailing list