mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-16 18:35:53 +00:00

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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305106 91177308-0d34-0410-b5e6-96231b3b80d8
12 lines
449 B
Plaintext
12 lines
449 B
Plaintext
; Test that the native PDB reader gets the PDB summary correct.
|
|
; RUN: llvm-pdbutil pretty -native -color-output=false %p/../Inputs/empty.pdb \
|
|
; RUN: | FileCheck -check-prefix=EMPTY %s
|
|
|
|
; Reference output was generated with the DIA reader to ensure that the
|
|
; `-native` option produces identical output.
|
|
|
|
; EMPTY: Size: 102400 bytes
|
|
; EMPTY: Guid: {0B355641-86A0-A249-896F-9988FAE52FF0}
|
|
; EMPTY: Age: 1
|
|
; EMPTY: Attributes: HasPrivateSymbols
|