[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
Mon Jul 14 06:50:37 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:

Sounds good to me as well. The main thing I'd like to avoid is having a bunch of tiny headers for very closely related utilities.

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


More information about the libcxx-commits mailing list