This is an archive of the discontinued LLVM Phabricator instance.

[X86][LLD] Fix warning from updated data layout in LLD tests
AbandonedPublic

Authored by gbreynoo on Jan 13 2022, 3:48 AM.

Details

Summary

The commit 9b43237128da0a7a3bc8a16f6f2c0897b9e842be fixed a number of failing tests but introduced a warning output to lld/test/COFF/libcall-archive.ll due to the input file also needing updating. This change updates the input file.

Diff Detail

Event Timeline

gbreynoo requested review of this revision.Jan 13 2022, 3:48 AM
gbreynoo created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 13 2022, 3:48 AM

Due to a private patch we were seeing this warning cause a test failure, hence this diff.

@gbreynoo Thanks for working on that and sorry for the incomplete!
I know very little about LLD and am investigating why auto upgrade doesn't work as expected. I would expect I can change back those tests finally.
I'm happy with this patch as a temporary solution. @rnk do you think we can let it in and permit me doing the follow up, or revert the previous two patches instead?

There's nothing to do with LLD, it's a bug in AutoUpgrade.cpp, fixed on D117270.

gbreynoo abandoned this revision.Jan 17 2022, 2:48 AM

This issue was resolved.