[libcxx-commits] [libcxx] [libc++][hardening] Categorize all `ryu` assertions as internal (PR #71853)

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 20 20:15:07 PST 2023


var-const wrote:

> In practice, this means that we'll never enable those assertions because we'd have to build the dylib in Debug mode. Is that what we intend? It may be OK, but I wanted to point it out.

Thanks for bringing this up. I think the assertions are divided roughly 50/50% between headers and sources, so it seems that about a half of these would be effectively always disabled. Do we have any plans to provide debug builds of the dylib?

https://github.com/llvm/llvm-project/pull/71853


More information about the libcxx-commits mailing list