This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo][test] XFAIL DebugInfo/Generic/missing-abstract-variable.ll on SPARC
ClosedPublic

Authored by ro on Feb 7 2022, 2:30 AM.

Details

Summary

DebugInfo/Generic/missing-abstract-variable.ll FAILs on SPARC. When x is inlined into a, the variable s is elided completely, so the corresponding CHECKs fail. Exactly the same happens on RISCV and the test has already been XFAILed there.

This patch does the same on SPARC.

Tested on sparcv9-sun-solaris2.11.

Diff Detail

Event Timeline

ro created this revision.Feb 7 2022, 2:30 AM
ro requested review of this revision.Feb 7 2022, 2:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2022, 2:30 AM
jmorse accepted this revision.Feb 7 2022, 3:31 AM

LGTM, given the long list of other XFails.

I get the feeling that this test isn't best placed as a Generic test, that's something we'll have to fix in the future.

This revision is now accepted and ready to land.Feb 7 2022, 3:31 AM
This revision was landed with ongoing or failed builds.Feb 7 2022, 3:44 AM
This revision was automatically updated to reflect the committed changes.