This is an archive of the discontinued LLVM Phabricator instance.

Fix "settings set -g" so it works again.
ClosedPublic

Authored by clayborg on Dec 19 2021, 7:11 PM.

Details

Summary

When we switched options over to use the Options.td file, a bug was introduced that caused the "-g" option for "settings set" to require a filename arguemnt. This patch fixes this issue and adds a test so this doesn't regress.

Diff Detail

Event Timeline

clayborg created this revision.Dec 19 2021, 7:11 PM
clayborg requested review of this revision.Dec 19 2021, 7:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 19 2021, 7:11 PM
This revision is now accepted and ready to land.Dec 20 2021, 9:31 AM
This revision was automatically updated to reflect the committed changes.