[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:37:28 PST 2021


thakis added a comment.

In D97323#2582883 <https://reviews.llvm.org/D97323#2582883>, @rsmith wrote:

> 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?

Sure, that's possible too. We've been running with sanitizer-enabled libc++(abi) for years though, and this is the only issue we've run into.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97323/new/

https://reviews.llvm.org/D97323



More information about the libcxx-commits mailing list