This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Improve formatting of dlopen error messages (NFC)
ClosedPublic

Authored by kastiglione on May 20 2022, 10:22 AM.

Details

Summary

Ensure there's a space between "utility" and "function", and also makes
it easier to grep/search for "utility function".

While making this change, I also re-formatted the other dlopen error messages
(with clang-format). This fix other instances of spaces missing between words,
and makes each of these strings fit a single line, making them greppable.

Diff Detail

Event Timeline

kastiglione created this revision.May 20 2022, 10:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2022, 10:22 AM
Herald added a subscriber: emaste. · View Herald Transcript
kastiglione requested review of this revision.May 20 2022, 10:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2022, 10:22 AM
This revision is now accepted and ready to land.May 20 2022, 10:28 AM