This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [test] Skip AVX lldb-server test on non-x86 architectures
ClosedPublic

Authored by mgorny on Feb 24 2021, 11:50 PM.

Details

Summary

Skip the AVX-related lldb-server test on non-x86 architectures, as they
do not support AVX. While technically the test worked on Linux because
the AVX check would simply return false, other platforms do not provide
such a straightforward way of checking for AVX (especially remotely),
and the results of such check may need to be interpreted specially
for the platform in question.

Diff Detail

Event Timeline

mgorny created this revision.Feb 24 2021, 11:50 PM
mgorny requested review of this revision.Feb 24 2021, 11:50 PM
labath accepted this revision.Mar 1 2021, 5:22 AM
This revision is now accepted and ready to land.Mar 1 2021, 5:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2021, 7:24 AM