[compiler-rt] [compiler-rt][sanitizer-common] Use os_log for DriverKit as os_log_error is undefined (PR #148848)
Julian Lettner via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 29 14:57:44 PDT 2025
================
@@ -837,22 +843,22 @@ void LogMessageOnPrintf(const char *str) {
void LogFullErrorReport(const char *buffer) {
# if !SANITIZER_GO
- // Log with os_log_error. This will make it into the crash log.
+ // Log with os_log.*. This will make it into the crash log.
----------------
yln wrote:
We should probably keep the old comment if `os_log()` doesn't make it into the crash log.
https://github.com/llvm/llvm-project/pull/148848
More information about the llvm-commits
mailing list