[libcxx-commits] [libcxx] [libc++][hardening] Introduce a dylib function to log hardening errors. (PR #148266)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 14 09:56:17 PDT 2025
https://github.com/ldionne commented:
Based on additional discussion with @var-const just now, we are leaning towards going back to the simplest and single-purpose API (which was originally proposed). We are not confident that the current enum-based function would solve future problems, and if that ends up not being the case, we'll be stuck with a weird looking API stuck in the ABI forever. Instead, we'd rather add just a simple function with a specific purpose and which is solving the exact problem we're facing right now.
https://github.com/llvm/llvm-project/pull/148266
More information about the libcxx-commits
mailing list