[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / DebugInfo / PDB / pdb-invalid-type.test
blob2355ec246dc7e34da20c0bdfa55b27de0a9e7311
1 # RUN: llvm-pdbutil yaml2pdb -pdb=%t1.pdb %p/Inputs/one-symbol.yaml
2 # RUN: llvm-pdbutil yaml2pdb -pdb=%t2.pdb %s
3 # RUN: not llvm-pdbutil merge -pdb=%t.pdb %t1.pdb %t2.pdb 2>&1 | FileCheck %s
5 # CHECK: The CodeView record is corrupted
7 ---
8 TpiStream:
9   Records:
10     # uint32_t* [Index: 0x1000]
11     - Kind:            LF_POINTER
12       Pointer:         
13         ReferentType:    4097
14         Attrs:           32778
15 ...