[compiler-rt] [sanitizer-common][Darwin] Improve mach_vm_region_recurse error handling (PR #158670)
Mariusz Borsa via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 17 09:15:11 PDT 2025
wrotki wrote:
Yeah OK, let's go with it. This function actually returns early in the happy case, and continues until exhausting all possibilities when it fails, so handling positive case on top is actually in line with 'early returns' principle.
https://github.com/llvm/llvm-project/pull/158670
More information about the llvm-commits
mailing list