[all-commits] [llvm/llvm-project] 48207b: Fix "settings set -g" so it works again.
Greg Clayton via All-commits
all-commits at lists.llvm.org
Tue Dec 28 11:03:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48207b2559c6b012ce167f2e76acea39e9d405cf
https://github.com/llvm/llvm-project/commit/48207b2559c6b012ce167f2e76acea39e9d405cf
Author: Greg Clayton <gclayton at fb.com>
Date: 2021-12-28 (Tue, 28 Dec 2021)
Changed paths:
M lldb/source/Commands/Options.td
M lldb/test/Shell/Settings/TestSettingsSet.test
Log Message:
-----------
Fix "settings set -g" so it works again.
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.
Reviewed By: JDevlieghere
Differential Revision: https://reviews.llvm.org/D116012
More information about the All-commits
mailing list