[llvm] r345397 - Revert "UBSan blacklist workaround for bot timeouts"

Vlad Tsyrklevich via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 26 09:07:51 PDT 2018


Author: vlad.tsyrklevich
Date: Fri Oct 26 09:07:50 2018
New Revision: 345397

URL: http://llvm.org/viewvc/llvm-project?rev=345397&view=rev
Log:
Revert "UBSan blacklist workaround for bot timeouts"

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

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

Modified: llvm/trunk/utils/sanitizers/ubsan_blacklist.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/sanitizers/ubsan_blacklist.txt?rev=345397&r1=345396&r2=345397&view=diff
==============================================================================
--- llvm/trunk/utils/sanitizers/ubsan_blacklist.txt (original)
+++ llvm/trunk/utils/sanitizers/ubsan_blacklist.txt Fri Oct 26 09:07:50 2018
@@ -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*




More information about the llvm-commits mailing list