This is an archive of the discontinued LLVM Phabricator instance.

[lldb][AArch64] Simplify MTE memory region test
ClosedPublic

Authored by DavidSpickett on Mar 1 2021, 6:36 AM.

Details

Summary

By checking for cpu and toolchain features ahead
of time we don't need the custom return codes.

Diff Detail

Event Timeline

DavidSpickett created this revision.Mar 1 2021, 6:36 AM
DavidSpickett requested review of this revision.Mar 1 2021, 6:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2021, 6:36 AM
omjavaid accepted this revision.Mar 9 2021, 3:33 AM
This revision is now accepted and ready to land.Mar 9 2021, 3:33 AM

Pulling in compiler predicate from https://reviews.llvm.org/D95601
to get this landed before I attempt to fix the race condition
in hasLinuxVmFlags.

Going to commit this with the compiler predicate since this was accepted already and Omair has reviewed the test predicate in the other review.

This revision was automatically updated to reflect the committed changes.