This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Reword --no-allow-shlib-undefined diagnostic
ClosedPublic

Authored by MaskRay on Jul 14 2022, 11:07 AM.

Details

Summary

Use a format more similar to unresolved references from regular object
files.

Diff Detail

Event Timeline

MaskRay created this revision.Jul 14 2022, 11:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2022, 11:07 AM
MaskRay requested review of this revision.Jul 14 2022, 11:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2022, 11:07 AM
ikudrin accepted this revision.Jul 14 2022, 11:28 AM

LGTM, thanks!

This revision is now accepted and ready to land.Jul 14 2022, 11:28 AM

An internal user reported that the wording isn't so clear. While I don't fully agree, I wonder whether the new one is clearer...

No objections to the new format. It is probably easier for people less familiar, or not associating a linker error with clang's convention of putting command line options for warnings.

Thanks for the feedback!

This revision was automatically updated to reflect the committed changes.