reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
# RUN: llvm-pdbutil yaml2pdb -pdb=%t1.pdb %p/Inputs/one-symbol.yaml
# RUN: llvm-pdbutil yaml2pdb -pdb=%t2.pdb %s
# RUN: not llvm-pdbutil merge -pdb=%t.pdb %t1.pdb %t2.pdb 2>&1 | FileCheck %s

# CHECK: The CodeView record is corrupted

---
TpiStream:
  Records:
    # uint32_t* [Index: 0x1000]
    - Kind:            LF_POINTER
      Pointer:         
        ReferentType:    4097
        Attrs:           32778
...