[libc-commits] [libc] [libc] Allow user-defined LIBC_ASSERT macro. (PR #168087)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Fri Nov 14 10:25:47 PST 2025
michaelrj-google wrote:
> Just curious, what is `LIBC_COPT_USE_C_ASSERT`?
It selects if we want to use the public C assert API or our own internal API for assertions.
https://github.com/llvm/llvm-project/pull/168087
More information about the libc-commits
mailing list