diff options
| author | Leonard Mosescu <mosescu@google.com> | 2018-11-02 18:00:37 +0000 |
|---|---|---|
| committer | Leonard Mosescu <mosescu@google.com> | 2018-11-02 18:00:37 +0000 |
| commit | 4bdbea3ce2124ed41514fe9583084dddc77707bb (patch) | |
| tree | 64a824141b01d9f5ec6d22cb6d0b7c82a391facc /llvm/test/tools/llvm-pdbdump/enum-layout.test | |
| parent | cced2a2775e1d00dd8cb36e3c6b5acd6accc4c08 (diff) | |
| download | bcm5719-llvm-4bdbea3ce2124ed41514fe9583084dddc77707bb.tar.gz bcm5719-llvm-4bdbea3ce2124ed41514fe9583084dddc77707bb.zip | |
Fix a few small issues in llvm-pdbutil
Running "llvm-pdbutil dump -all" on linux (using the native PDB reader),
over a few PDBs pulled from the Microsoft public symbol store uncovered
a few small issues:
- stripped PDBs might not have the strings stream (/names)
- stripped PDBs might not have the "module info" stream
Differential Revision: https://reviews.llvm.org/D54006
llvm-svn: 346010
Diffstat (limited to 'llvm/test/tools/llvm-pdbdump/enum-layout.test')
| -rw-r--r-- | llvm/test/tools/llvm-pdbdump/enum-layout.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-pdbdump/enum-layout.test b/llvm/test/tools/llvm-pdbdump/enum-layout.test index 5813321f000..57006d182bc 100644 --- a/llvm/test/tools/llvm-pdbdump/enum-layout.test +++ b/llvm/test/tools/llvm-pdbdump/enum-layout.test @@ -1,3 +1,5 @@ +; REQUIRES: diasdk + ; RUN: llvm-pdbutil pretty -types %p/Inputs/ClassLayoutTest.pdb > %t ; RUN: FileCheck -input-file=%t %s -check-prefix=GLOBAL_ENUM ; RUN: FileCheck -input-file=%t %s -check-prefix=MEMBER_ENUM |

