12 lines · plain
1; Test that the native PDB reader gets the PDB summary correct.2; RUN: llvm-pdbutil pretty -native -color-output=false %p/../Inputs/empty.pdb \3; RUN: | FileCheck -check-prefix=EMPTY %s4 5; Reference output was generated with the DIA reader to ensure that the6; `-native` option produces identical output.7 8; EMPTY: Size: 102400 bytes9; EMPTY: Guid: {4156350B-A086-49A2-896F-9988FAE52FF0}10; EMPTY: Age: 111; EMPTY: Attributes: HasPrivateSymbols12