mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Add a ubsan blacklist entry for libstdc++ 8.0.1.
llvm-svn: 347436
This commit is contained in:
parent
3553d34c93
commit
5e94e2fc8e
@ -10,3 +10,7 @@ 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
|
||||
|
||||
# libstdc++ 8.0.1 casts an under-aligned pointer to type type_info:
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85930
|
||||
src:*bits/shared_ptr_base.h
|
||||
|
Loading…
Reference in New Issue
Block a user