[all-commits] [llvm/llvm-project] 76d722: [lldb][Minidump] Fix MAX_WRITE_CHUNK_SIZE type
Jason Molenda via All-commits
all-commits at lists.llvm.org
Tue Apr 8 14:01:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76d722732d7b417438f7aee8c36d79bf4feb2e97
https://github.com/llvm/llvm-project/commit/76d722732d7b417438f7aee8c36d79bf4feb2e97
Author: Jason Molenda <jmolenda at apple.com>
Date: 2025-04-08 (Tue, 08 Apr 2025)
Changed paths:
M lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.h
Log Message:
-----------
[lldb][Minidump] Fix MAX_WRITE_CHUNK_SIZE type
MinidumpFileBuilder calls std::min(MAX_WRITE_CHUNK_SIZE,
func_returning_uint64_t) and on Darwin this errors out with
unsigned long long & unsigned long not being the same type.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list