diff options
Diffstat (limited to 'llvm/test/tools/llvm-ar/Inputs/add-lib3.yaml')
-rw-r--r-- | llvm/test/tools/llvm-ar/Inputs/add-lib3.yaml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/llvm/test/tools/llvm-ar/Inputs/add-lib3.yaml b/llvm/test/tools/llvm-ar/Inputs/add-lib3.yaml index 0f1cfe7d806..9cc9dba8850 100644 --- a/llvm/test/tools/llvm-ar/Inputs/add-lib3.yaml +++ b/llvm/test/tools/llvm-ar/Inputs/add-lib3.yaml @@ -20,11 +20,10 @@ Sections: AddressAlign: 0x0000000000000001 Content: '' Symbols: - Global: - - Name: lib3 - Index: SHN_ABS - Value: 0x1234 - Local: - - Name: '-' - Type: STT_FILE + - Name: '-' + Type: STT_FILE + - Name: lib3 + Index: SHN_ABS + Value: 0x1234 + Binding: STB_GLOBAL ... |