[libcxx-commits] [PATCH] D97323: [libcxx] Fix infinite loop regression when building libc++ with ubsan
Nico Weber via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 23 12:19:39 PST 2021
thakis added a comment.
In D97323#2582807 <https://reviews.llvm.org/D97323#2582807>, @ldionne wrote:
> The fix looks OK to me, but why doesn't this show up when we run the tests under ubsan?
I guess the test runner builds against system libc++abi, or doesn't instrument libc++abi with ubsan (?).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97323/new/
https://reviews.llvm.org/D97323
More information about the libcxx-commits
mailing list