This is an archive of the discontinued LLVM Phabricator instance.

[asan] Add the FreeBSD AArch64 shadow offset to llvm
ClosedPublic

Authored by andrew on May 18 2022, 4:00 AM.

Details

Reviewers
vitalybuka
Group Reviewers
Restricted Project
Commits
rGe13bd2644edf: Add the FreeBSD AArch64 shadow offset to llvm
Summary

AArch64 has a larger address space than 64 but x86. Use the larger
shadow offset on FreeBSD AArch64.

Diff Detail

Event Timeline

andrew created this revision.May 18 2022, 4:00 AM
andrew requested review of this revision.May 18 2022, 4:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2022, 4:00 AM
andrew updated this revision to Diff 430323.May 18 2022, 4:23 AM

Enable the FreeBSD llvm asan test on AArch64

andrew added a reviewer: Restricted Project.Jun 1 2022, 4:38 AM
vitalybuka accepted this revision.Jul 11 2022, 11:41 AM
This revision is now accepted and ready to land.Jul 11 2022, 11:41 AM
This revision was landed with ongoing or failed builds.Jul 19 2022, 6:59 AM
This revision was automatically updated to reflect the committed changes.