diff options
| author | Simon Atanasyan <simon@atanasyan.com> | 2016-03-24 16:30:20 +0000 |
|---|---|---|
| committer | Simon Atanasyan <simon@atanasyan.com> | 2016-03-24 16:30:20 +0000 |
| commit | 628fe404f79bee73b00076483e33601a209b78db (patch) | |
| tree | 58738a03df6948c9ef03c1c99b6cb903b635f3c5 /lld/test/ELF/gc-sections-local-sym.s | |
| parent | a5e25a5563ff6f477b97f2b7ff62570ab61df845 (diff) | |
| download | bcm5719-llvm-628fe404f79bee73b00076483e33601a209b78db.tar.gz bcm5719-llvm-628fe404f79bee73b00076483e33601a209b78db.zip | |
[ELF] Follow-up to r264300. Update test case expectations to reflect recent changes in llvm-readobj. NFC.
llvm-svn: 264304
Diffstat (limited to 'lld/test/ELF/gc-sections-local-sym.s')
| -rw-r--r-- | lld/test/ELF/gc-sections-local-sym.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lld/test/ELF/gc-sections-local-sym.s b/lld/test/ELF/gc-sections-local-sym.s index db9f4c37a66..89121e289cc 100644 --- a/lld/test/ELF/gc-sections-local-sym.s +++ b/lld/test/ELF/gc-sections-local-sym.s @@ -40,7 +40,9 @@ zed: // CHECK-NEXT: Size: 0 // CHECK-NEXT: Binding: Local // CHECK-NEXT: Type: None -// CHECK-NEXT: Other: 2 +// CHECK-NEXT: Other [ (0x2) +// CHECK-NEXT: STV_HIDDEN +// CHECK-NEXT: ] // CHECK-NEXT: Section: .dynamic // CHECK-NEXT: } // CHECK-NEXT: Symbol { |

