diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2016-06-28 21:47:17 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2016-06-28 21:47:17 +0000 |
commit | 2100aa08b79f33113c38411cb45717e2722bfa89 (patch) | |
tree | f6f1748a574a47ce243b07120553ddc2bc9eb043 | |
parent | 8cd84aaa6ff06f693226780036a173ce4bf73635 (diff) | |
download | bcm5719-llvm-2100aa08b79f33113c38411cb45717e2722bfa89.tar.gz bcm5719-llvm-2100aa08b79f33113c38411cb45717e2722bfa89.zip |
Don't check the section index, it is not relevant for this test.
llvm-svn: 274070
-rw-r--r-- | lld/test/ELF/version-script.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lld/test/ELF/version-script.s b/lld/test/ELF/version-script.s index 528408d9178..ba9c95a96fc 100644 --- a/lld/test/ELF/version-script.s +++ b/lld/test/ELF/version-script.s @@ -86,7 +86,7 @@ # DSO-NEXT: Binding: Global (0x1) # DSO-NEXT: Type: None (0x0) # DSO-NEXT: Other: 0 -# DSO-NEXT: Section: .text (0x5) +# DSO-NEXT: Section: .text # DSO-NEXT: } # DSO-NEXT: Symbol { # DSO-NEXT: Name: foo3@ (10) @@ -95,7 +95,7 @@ # DSO-NEXT: Binding: Global (0x1) # DSO-NEXT: Type: None (0x0) # DSO-NEXT: Other: 0 -# DSO-NEXT: Section: .text (0x5) +# DSO-NEXT: Section: .text # DSO-NEXT: } # DSO-NEXT: ] @@ -146,7 +146,7 @@ # EXE-NEXT: Binding: Global (0x1) # EXE-NEXT: Type: None (0x0) # EXE-NEXT: Other: 0 -# EXE-NEXT: Section: .text (0x5) +# EXE-NEXT: Section: .text # EXE-NEXT: } # EXE-NEXT: ] |