1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/test/tools/llvm-pdbdump/usingnamespace.test
Leonard Mosescu f728f0d1e8 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
2018-11-02 18:00:37 +00:00

9 lines
232 B
Plaintext

; REQUIRES: diasdk
; RUN: llvm-pdbutil pretty -module-syms %p/Inputs/UsingNamespaceTest.pdb > %t
; RUN: FileCheck -input-file=%t %s
; CHECK: ---SYMBOLS---
; CHECK-NEXT: {{.*}}UsingNamespaceTest.obj
; CHECK-DAG: using namespace NS