This is an archive of the discontinued LLVM Phabricator instance.

Fix dbg-distring-uint.ll test failure on platforms not supporting x86 target
ClosedPublic

Authored by cchen15 on Aug 30 2021, 1:45 PM.

Details

Summary

Moved the test to CodeGen/X86 to prevent it from running everywhere.

Diff Detail

Event Timeline

cchen15 requested review of this revision.Aug 30 2021, 1:45 PM
cchen15 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 30 2021, 1:45 PM

I can't find documentation on the REQUIRES keyword. A quick grep shows that x86-registered-target seems to be the one to use (I tried x86_64-registered-target but that's reported as UNSUPPORTED). Please suggest a better requirement if there's one.

lebedev.ri added inline comments.
llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll
49

Shouldn't this test simply be moved info llvm/test/CodeGen/X86/ ?

cchen15 updated this revision to Diff 369548.Aug 30 2021, 2:14 PM
cchen15 edited the summary of this revision. (Show Details)

Moved the test to CodeGen/X86.

Thanks for the suggestion, @lebedev.ri. Could you please approve if this looks good to you?

aprantl accepted this revision.Aug 31 2021, 11:25 AM
This revision is now accepted and ready to land.Aug 31 2021, 11:25 AM
cchen15 closed this revision.Aug 31 2021, 12:02 PM

Closed by commit rG1d36988394a5f37: Moved the test to X86 as it's x86 specific. (authored by cchen15).