You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
449 B
12 lines
449 B
; 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
|