This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Move targetHasSVE function to lldbtest.py
ClosedPublic

Authored by omjavaid on Aug 31 2020, 4:42 AM.

Details

Summary

targetHasSVE helper function was added to test for availability of SVE support by connected platform. We now intend to use this function in other testcases and I am moving it to a generic location in lldbtest.py to allow usage by other upcoming testcases.

Diff Detail

Event Timeline

omjavaid created this revision.Aug 31 2020, 4:42 AM
omjavaid requested review of this revision.Aug 31 2020, 4:42 AM
labath accepted this revision.Sep 2 2020, 8:25 AM
This revision is now accepted and ready to land.Sep 2 2020, 8:25 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 6 2020, 8:38 PM