[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 07:08:45 PDT 2025


================
@@ -535,6 +535,7 @@ set(files
   __locale_dir/time.h
   __locale_dir/wbuffer_convert.h
   __locale_dir/wstring_convert.h
+  __log_error
----------------
ldionne wrote:

FWIW, Costa and I discussed this previously and we were thinking to reorganize the top-level headers like `__verbose_abort`, `__assert` & friends in a follow-up patch where we'll have an overall view.

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


More information about the libcxx-commits mailing list