This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Debugify] Format the CheckModuleDebugify output
ClosedPublic

Authored by djtodoro on May 26 2020, 6:14 AM.

Details

Summary

This fixes the output of the check-debugify option.
Without the patch an example of running the option:

$ opt -check-debugify test.ll -S -o testDebugify.ll
CheckModuleDebugifySkipping module without debugify metadata

After the patch:

$ opt -check-debugify test.ll -S -o testDebugify.ll
CheckModuleDebugify: Skipping module without debugify metadata

Diff Detail

Event Timeline

djtodoro created this revision.May 26 2020, 6:14 AM
djtodoro updated this revision to Diff 266193.May 26 2020, 6:30 AM
  • posting the right patch
vsk accepted this revision.May 26 2020, 11:12 AM
This revision is now accepted and ready to land.May 26 2020, 11:12 AM
This revision was automatically updated to reflect the committed changes.