| Index: tools/ubsan/vptr_blacklist.txt
|
| diff --git a/tools/ubsan/vptr_blacklist.txt b/tools/ubsan/vptr_blacklist.txt
|
| index 485c1df5fc962224e8849dde43afb9f6231cf234..e838203923b25f28f2e1c5bc5a790786c44db43e 100644
|
| --- a/tools/ubsan/vptr_blacklist.txt
|
| +++ b/tools/ubsan/vptr_blacklist.txt
|
| @@ -96,6 +96,10 @@ src:*/third_party/pdfium/core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp
|
| src:*/third_party/libwebm/source/mkvmuxer.cpp
|
|
|
| #############################################################################
|
| +# LLVM is not UBSan vptr clean.
|
| +src:*third_party/swiftshader/third_party/LLVM*
|
| +
|
| +#############################################################################
|
| # UBSan seems to be emit false positives when virtual base classes are
|
| # involved, see e.g. crbug.com/448102.
|
|
|
|
|