summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/PDB/pdbdump-source-names.test
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
commitbd336e44d8ab60e0c1d7ef7703ba0ff5c51e43b5 (patch)
treef5e0c55de301a14315293533cd49afb31999d838 /llvm/test/DebugInfo/PDB/pdbdump-source-names.test
parente22b6969363d78bb2fb2d3c0778c2dbbcfaabcde (diff)
downloadbcm5719-llvm-bd336e44d8ab60e0c1d7ef7703ba0ff5c51e43b5.tar.gz
bcm5719-llvm-bd336e44d8ab60e0c1d7ef7703ba0ff5c51e43b5.zip
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 llvm-svn: 305106
Diffstat (limited to 'llvm/test/DebugInfo/PDB/pdbdump-source-names.test')
-rw-r--r--llvm/test/DebugInfo/PDB/pdbdump-source-names.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/DebugInfo/PDB/pdbdump-source-names.test b/llvm/test/DebugInfo/PDB/pdbdump-source-names.test
index 1f17eb2e9ff..f16a2699a15 100644
--- a/llvm/test/DebugInfo/PDB/pdbdump-source-names.test
+++ b/llvm/test/DebugInfo/PDB/pdbdump-source-names.test
@@ -6,11 +6,11 @@
# that differ by one byte, so that at least one of those will only
# pass if alignment is implemented correctly.
-RUN: llvm-pdbdump yaml2pdb -pdb=%T/source-names-1.pdb %p/Inputs/source-names-1.yaml
-RUN: llvm-pdbdump pdb2yaml -module-files %T/source-names-1.pdb \
+RUN: llvm-pdbutil yaml2pdb -pdb=%T/source-names-1.pdb %p/Inputs/source-names-1.yaml
+RUN: llvm-pdbutil pdb2yaml -module-files %T/source-names-1.pdb \
RUN: | FileCheck -check-prefix=CHECK1 %s
-RUN: llvm-pdbdump yaml2pdb -pdb=%T/source-names-2.pdb %p/Inputs/source-names-2.yaml
-RUN: llvm-pdbdump pdb2yaml -module-files %T/source-names-2.pdb \
+RUN: llvm-pdbutil yaml2pdb -pdb=%T/source-names-2.pdb %p/Inputs/source-names-2.yaml
+RUN: llvm-pdbutil pdb2yaml -module-files %T/source-names-2.pdb \
RUN: | FileCheck -check-prefix=CHECK2 %s
CHECK1: SourceFiles:
OpenPOWER on IntegriCloud