[llvm-exegesis] Fix missing std::move.
[llvm-complete.git] / utils / sanitizers / ubsan_blacklist.txt
blob69230a3e46501f3cd4562a5e34e465f8a08488d7
1 # This blacklist should be applied when LLVM is built
2 # with -fsanitize=undefined instrumentation. It exists
3 # because libstdc++ has some undefined behavior issues
4 # in some of the headers, in particular, stl_tree.h.
6 # upcast of address with insufficient space for an object of type std::_Rb_tree_node<...>
7 src:*bits/stl_tree.h
9 # libstdc++ 4.8 creates a null reference when calling
10 # data() on an empty vector: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59829
11 src:*bits/stl_iterator.h
12 src:*bits/stl_vector.h
14 # These auto-generated functions compile down to ~50k basic blocks with inlining
15 # and UBSan enabled, causing long builds that lead to bot timeouts.
16 # https://bugs.llvm.org/show_bug.cgi?id=37929
17 fun:*AArch64*InstPrinter*printAliasInstr*