mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
Add a --exists/-e flag to `settings set` that sets the setting if it exists, but doesn't print an error otherwise. This is useful for example when setting options in your ~/.lldbinit that might not exist in older versions of lldb. Differential revision: https://reviews.llvm.org/D121155