summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/PDB
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-09-30 00:51:54 +0000
committerZachary Turner <zturner@google.com>2018-09-30 00:51:54 +0000
commit6e6d545d2488b070c32a9c7e21cf4a1e5c6d4683 (patch)
treeabf89b6b8922933e7ec5e3940b04705e0c929bdc /llvm/test/DebugInfo/PDB
parenta1e79e326a0734885f1713325d34f90132aa960c (diff)
downloadbcm5719-llvm-6e6d545d2488b070c32a9c7e21cf4a1e5c6d4683.tar.gz
bcm5719-llvm-6e6d545d2488b070c32a9c7e21cf4a1e5c6d4683.zip
Only dump the types we need in the test.
We added support for dumping pointers but pointers to arrays won't correctly dump until we add support for dumping arrays. Instead of trying to dump everything, which this test isn't even interested in, just dump enums and typedefs. llvm-svn: 343398
Diffstat (limited to 'llvm/test/DebugInfo/PDB')
-rw-r--r--llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test b/llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test
index 4b247da2b6e..988a94f643b 100644
--- a/llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test
+++ b/llvm/test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test
@@ -4,7 +4,7 @@
; RUN: FileCheck --check-prefix=TYPES_FORMAT %s < %t.types
; RUN: FileCheck --check-prefix=TYPES_1 %s < %t.types
; RUN: FileCheck --check-prefix=TYPES_2 %s < %t.types
-; RUN: llvm-pdbutil pretty -types %p/../Inputs/symbolformat.pdb | FileCheck --check-prefix=TYPES_FORMAT %s
+; RUN: llvm-pdbutil pretty -enums -typedefs %p/../Inputs/symbolformat.pdb | FileCheck --check-prefix=TYPES_FORMAT %s
; RUN: llvm-pdbutil pretty -globals %p/../Inputs/symbolformat.pdb | FileCheck --check-prefix=GLOBALS %s
; The format is func [0x<rva_start>+<prologue_length> - 0x<rva_end>-<epilogue_length>]
OpenPOWER on IntegriCloud