We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b58449 commit b3a5870Copy full SHA for b3a5870
llvm/docs/ReleaseNotes.md
@@ -253,6 +253,10 @@ Changes to LLDB
253
LLVM's PDB and CodeView support. You can switch back to the DIA reader with
254
`settings set plugin.symbol-file.pdb.reader dia`. Note that support for the
255
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.
260
261
Changes to BOLT
262
---------------------------------
0 commit comments