summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-06-09 20:46:17 +0000
committerZachary Turner <zturner@google.com>2017-06-09 20:46:17 +0000
commitcfb1356863cdd5010d331afffca803af33685240 (patch)
tree26df7e4806995fbd67a4e067ebd4d1cfb5c8ad94 /docs/ReleaseNotes.rst
parent180505542004ed2cb6624c50b3dddf1790e93dd5 (diff)
Rename llvm-pdbdump -> llvm-pdbutil.
This is to reflect the evolving nature of the tool as being useful for more than just dumping PDBs, as it can do many other things. Differential Revision: https://reviews.llvm.org/D34062 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305106 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 095262d7a5e..95025fb91c7 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -50,6 +50,10 @@ Non-comprehensive list of changes in this release
structure and type definitions for DWARF, ELF, COFF, WASM, and MachO file
formats.
+* The tool ``llvm-pdbdump`` has been renamed ``llvm-pdbutil`` to better reflect
+ its nature as a general purpose PDB manipulation / diagnostics tool that does
+ more than just dumping contents.
+
* ... next change ...