Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add libc++ __tree to ubsan blacklist.
libc++ __tree is not ubsan clean. It floods compile and run steps with "runtime error: downcast" and "runtime error: upcast" errors, making ubsan much less usable. This is a KI with libc++: https://llvm.org/bugs/show_bug.cgi?id=19302 Review-Url: https://codereview.chromium.org/2109663003 Cr-Commit-Position: refs/heads/master@{#402902}
- Loading branch information