The logic in GetMaxVirtualAddress is already pretty complex, and I want to get rid of the hardcoded value for iOS/AArch64, which would need adding more Darwin-specific code, so let's split the implementation into sanitizer_linux.cc and sanitizer_mac.cc files. NFC.
Details
Details
- Reviewers
dvyukov kcc filcab eugenis - Commits
- rG72665d6c155f: [sanitizer] Split GetMaxVirtualAddress into separate Linux version and Mac…
rCRT307281: [sanitizer] Split GetMaxVirtualAddress into separate Linux version and Mac…
rL307281: [sanitizer] Split GetMaxVirtualAddress into separate Linux version and Mac…
Diff Detail
Diff Detail
- Repository
- rL LLVM