This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj][NFC] Remove unused prefix from FileCheck tests
ClosedPublic

Authored by keith on Oct 29 2020, 2:02 PM.

Details

Summary

This is to enable --allow-unused-duplicates=false. This prefix appears
to be outdated and intentionally unused.

Diff Detail

Event Timeline

keith created this revision.Oct 29 2020, 2:02 PM
Herald added a project: Restricted Project. · View Herald Transcript
keith requested review of this revision.Oct 29 2020, 2:02 PM
rupprecht accepted this revision.Oct 29 2020, 4:46 PM

Looks like it was D89384 that got rid of this, fwiw

This revision is now accepted and ready to land.Oct 29 2020, 4:46 PM
keith added a comment.Oct 29 2020, 5:35 PM

Thanks! I don't have commit access do you mind landing this for me?

Sure, running tests now. You can get commit access via http://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access for future patches :)

keith added a comment.Oct 29 2020, 5:51 PM

Thanks! I actually just requested access so we'll see!

This revision was landed with ongoing or failed builds.Oct 29 2020, 5:54 PM
This revision was automatically updated to reflect the committed changes.
grimar added a subscriber: grimar.Oct 29 2020, 11:53 PM

Thanks! That is what I've missed in D89384.

llvm/test/tools/llvm-readobj/ELF/needed-libs.test
61

You could use the --check-prefix then (without "es").
I've fixed this in rG16ab0b6778be81f1f79ae71b88a051b8ba5ca8f6