mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
f728f0d1e8
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
9 lines
232 B
Plaintext
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
|