This is an archive of the discontinued LLVM Phabricator instance.

[opt] Remove obsolete --quiet option
ClosedPublic

Authored by aeubanks on Jul 8 2020, 10:02 AM.

Details

Summary

git blame shows these were last touched in 2004?

Diff Detail

Event Timeline

aeubanks created this revision.Jul 8 2020, 10:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2020, 10:02 AM
hans accepted this revision.Jul 8 2020, 11:54 AM
hans added inline comments.
llvm/lib/Support/SystemUtils.cpp
19–20

nit: the indentation needs readjusting

llvm/tools/opt/PassPrinters.cpp
75

nit: indent

110

indent

140

indent

170–171

indent

llvm/tools/opt/opt.cpp
208

Might be worth mentioning the option was "neutered" in r13844

This revision is now accepted and ready to land.Jul 8 2020, 11:54 AM
aeubanks updated this revision to Diff 276539.Jul 8 2020, 1:20 PM

Format (not sure why git clang-format didn't work)

This revision was automatically updated to reflect the committed changes.