Skip to content

Commit b3a5870

Browse files
committed
[llvm][docs] Add a release note for LLDB "version -v"
Added by #170772.
1 parent 6b58449 commit b3a5870

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ Changes to LLDB
253253
LLVM's PDB and CodeView support. You can switch back to the DIA reader with
254254
`settings set plugin.symbol-file.pdb.reader dia`. Note that support for the
255255
DIA reader will be removed in a future version of LLDB.
256+
* A `--verbose` option was added to the `version` command. When `--verbose` is used,
257+
LLDB's build configuration is included in the command's output. This includes
258+
all the supported targets, along with the presence of (or lack of) optional
259+
features like XML parsing.
256260

257261
Changes to BOLT
258262
---------------------------------

0 commit comments

Comments
 (0)