Adrian McCarthy | 4d93d66 | 2017-03-29 19:27:08 +0000 | [diff] [blame] | 1 | ; Test that the native PDB reader gets the PDB summary correct. |
Zachary Turner | bd336e4 | 2017-06-09 20:46:17 +0000 | [diff] [blame] | 2 | ; RUN: llvm-pdbutil pretty -native -color-output=false %p/../Inputs/empty.pdb \ |
Adrian McCarthy | 4d93d66 | 2017-03-29 19:27:08 +0000 | [diff] [blame] | 3 | ; RUN: | FileCheck -check-prefix=EMPTY %s |
| 4 | |
| 5 | ; Reference output was generated with the DIA reader to ensure that the |
| 6 | ; `-native` option produces identical output. |
| 7 | |
| 8 | ; EMPTY: Size: 102400 bytes |
| 9 | ; EMPTY: Guid: {0B355641-86A0-A249-896F-9988FAE52FF0} |
| 10 | ; EMPTY: Age: 1 |
| 11 | ; EMPTY: Attributes: HasPrivateSymbols |