diff options
author | George Rimar <grimar@accesssoftek.com> | 2019-02-22 08:58:23 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2019-02-22 08:58:23 +0000 |
commit | d22686b637ef4925005110178ea26667c66b0347 (patch) | |
tree | 9c95ef703764aa4c655bdbd9ec0ec483a93aed3a /llvm/test/Object/obj2yaml.test | |
parent | d7fd9573950d82401ca70fd37b573aa69907e642 (diff) | |
download | bcm5719-llvm-d22686b637ef4925005110178ea26667c66b0347.tar.gz bcm5719-llvm-d22686b637ef4925005110178ea26667c66b0347.zip |
Fix BB after r354661
Update 2 test cases after obj2yaml fix in r354661.
llvm-svn: 354663
Diffstat (limited to 'llvm/test/Object/obj2yaml.test')
-rw-r--r-- | llvm/test/Object/obj2yaml.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/Object/obj2yaml.test b/llvm/test/Object/obj2yaml.test index 79f44a02b94..551512e5de4 100644 --- a/llvm/test/Object/obj2yaml.test +++ b/llvm/test/Object/obj2yaml.test @@ -424,6 +424,7 @@ ELF-MIPSEL-NEXT: Symbols: ELF-MIPSEL-NEXT: Local: ELF-MIPSEL-NEXT: - Name: trivial.ll ELF-MIPSEL-NEXT: Type: STT_FILE +ELF-MIPSEL-NEXT: Index: SHN_ABS ELF-MIPSEL-NEXT: - Name: '$.str' ELF-MIPSEL-NEXT: Type: STT_OBJECT ELF-MIPSEL-NEXT: Section: .rodata.str1.1 @@ -571,6 +572,7 @@ ELF-X86-64-NEXT: Symbols: ELF-X86-64-NEXT: Local: ELF-X86-64-NEXT: - Name: trivial-object-test.s ELF-X86-64-NEXT: Type: STT_FILE +ELF-X86-64-NEXT: Index: SHN_ABS ELF-X86-64-NEXT: - Name: .text ELF-X86-64-NEXT: Type: STT_SECTION ELF-X86-64-NEXT: Section: .text @@ -618,6 +620,7 @@ ELF-AVR-NEXT: Section: .data ELF-AVR-NEXT: Value: 0x0000000000800060 ELF-AVR-NEXT: - Name: a.o ELF-AVR-NEXT: Type: STT_FILE +ELF-AVR-NEXT: Index: SHN_ABS ELF-AVR-NEXT: - Name: main ELF-AVR-NEXT: Section: .text ELF-AVR-NEXT: Global: @@ -627,10 +630,12 @@ ELF-AVR-NEXT: - Name: _etext ELF-AVR-NEXT: Section: .text ELF-AVR-NEXT: Value: 0x0000000000000004 ELF-AVR-NEXT: - Name: __data_load_end +ELF-AVR-NEXT: Index: SHN_ABS ELF-AVR-NEXT: Value: 0x0000000000000004 ELF-AVR-NEXT: - Name: __trampolines_end ELF-AVR-NEXT: Section: .text ELF-AVR-NEXT: - Name: __data_load_start +ELF-AVR-NEXT: Index: SHN_ABS ELF-AVR-NEXT: Value: 0x0000000000000004 ELF-AVR-NEXT: - Name: __dtors_end ELF-AVR-NEXT: Section: .text |