summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Tsyrklevich <vlad@tsyrklevich.net>2018-10-26 16:07:50 +0000
committerVlad Tsyrklevich <vlad@tsyrklevich.net>2018-10-26 16:07:50 +0000
commit672ba25d8b3261699ce21a5b528a6c7265e48dd5 (patch)
treea71946decb242c43cd4e8f242627cf1f8690ca0c
parent9a9f16ba872713b6dc48bc5889290f87f8e8c7ba (diff)
downloadbcm5719-llvm-672ba25d8b3261699ce21a5b528a6c7265e48dd5.tar.gz
bcm5719-llvm-672ba25d8b3261699ce21a5b528a6c7265e48dd5.zip
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
-rw-r--r--llvm/utils/sanitizers/ubsan_blacklist.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/utils/sanitizers/ubsan_blacklist.txt b/llvm/utils/sanitizers/ubsan_blacklist.txt
index 69230a3e465..b5bbfddceef 100644
--- a/llvm/utils/sanitizers/ubsan_blacklist.txt
+++ b/llvm/utils/sanitizers/ubsan_blacklist.txt
@@ -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*
OpenPOWER on IntegriCloud