Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / tools / llvm-readobj / coff-non-null-terminated-file.test
1 RUN: yaml2obj %p/Inputs/file-aux-record.yaml | llvm-readobj -t - | FileCheck %s
2
3 CHECK: Symbols [
4 CHECK:   Symbol {
5 CHECK:     Name: .file
6 CHECK:     Value: 0
7 CHECK:     StorageClass: File
8 CHECK:     AuxSymbolCount: 1
9 CHECK:     AuxFileRecord {
10 CHECK:       FileName: eighteen-chars.obj{{$}}
11 CHECK:     }
12 CHECK:   }
13 CHECK:   Symbol {
14 CHECK:     Name: @comp.id
15 CHECK:     Value: 13485607
16 CHECK:     StorageClass: Static
17 CHECK:     AuxSymbolCount: 0
18 CHECK:   }
19 CHECK: ]
20