This is an archive of the discontinued LLVM Phabricator instance.

[llvm-nm][test] Move X86 lit.local.cfg into the X86 subfolder
ClosedPublic

Authored by jhenderson on Nov 15 2021, 3:54 AM.

Details

Summary

The file seems to have been put in the wrong place in its original commit. This had the effect of marking all llvm-nm tests as unsupported, unless X86 was enabled, even for tests that weren't X86 specific.

Fixes https://bugs.llvm.org/show_bug.cgi?id=52506.

Diff Detail

Event Timeline

jhenderson created this revision.Nov 15 2021, 3:54 AM
jhenderson requested review of this revision.Nov 15 2021, 3:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 15 2021, 3:54 AM
This revision is now accepted and ready to land.Nov 15 2021, 4:55 AM