[libcxx-commits] [PATCH] D97323: [libcxx] Fix infinite loop regression when building libc++ with ubsan
Richard Smith - zygoloid via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 23 12:28:07 PST 2021
rsmith added a comment.
The ubsan runtime expects its dependencies to not have ubsan enabled. How are you configuring your build so that libc++abi ends up ubsan-instrumented? Can we ensure that doesn't happen somehow?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97323/new/
https://reviews.llvm.org/D97323
More information about the libcxx-commits
mailing list