Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / tools / llvm-readobj / coff-file-sections-reading.test
1 RUN: yaml2obj %p/Inputs/file-multiple-aux-records.yaml | llvm-readobj -t - | FileCheck %s
2
3 CHECK: Symbols [
4 CHECK:   Symbol {
5 CHECK:     Name: .file
6 CHECK:     Value: 0
7 CHECK:     Section:  IMAGE_SYM_DEBUG (-2)
8 CHECK:     BaseType: Null (0x0)
9 CHECK:     ComplexType: Null (0x0)
10 CHECK:     StorageClass: File (0x67)
11 CHECK:     AuxSymbolCount: 3
12 CHECK:     AuxFileRecord {
13 CHECK:       FileName: first-section-has-eighteen-characters.asm
14 CHECK:     }
15 CHECK-NOT:     AuxFileRecord {
16 CHECK:   }
17 CHECK: ]
18