[libcxx-commits] [libcxx] [libc++][hardening] Introduce a dylib function to log hardening errors. (PR #148266)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 13 12:02:17 PDT 2025


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

Could we move all these functions into a single header like `__hardening_utils`?

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


More information about the libcxx-commits mailing list