[PATCH] D48566: UBSan blacklist workaround for bot timeouts

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 25 13:49:44 PDT 2018


vlad.tsyrklevich created this revision.
vlad.tsyrklevich added reviewers: eugenis, vitalybuka.
Herald added a subscriber: llvm-commits.

Workaround for PR37929


Repository:
  rL LLVM

https://reviews.llvm.org/D48566

Files:
  utils/sanitizers/ubsan_blacklist.txt


Index: utils/sanitizers/ubsan_blacklist.txt
===================================================================
--- utils/sanitizers/ubsan_blacklist.txt
+++ utils/sanitizers/ubsan_blacklist.txt
@@ -10,3 +10,9 @@
 # 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 builds that lead to build timeouts.
+# https://bugs.llvm.org/show_bug.cgi?id=37929
+fun:_ZN4llvm23AArch64AppleInstPrinter15printAliasInstrEPKNS_6MCInstERKNS_15MCSubtargetInfoERNS_11raw_ostreamE
+fun:_ZN4llvm18AArch64InstPrinter15printAliasInstrEPKNS_6MCInstERKNS_15MCSubtargetInfoERNS_11raw_ostreamE


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


More information about the llvm-commits mailing list