diff options
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/ELF/symbol-copy.test')
-rw-r--r-- | llvm/test/tools/llvm-objcopy/ELF/symbol-copy.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-objcopy/ELF/symbol-copy.test b/llvm/test/tools/llvm-objcopy/ELF/symbol-copy.test index 26408caf66b..9e70a81ed85 100644 --- a/llvm/test/tools/llvm-objcopy/ELF/symbol-copy.test +++ b/llvm/test/tools/llvm-objcopy/ELF/symbol-copy.test @@ -33,7 +33,7 @@ Symbols: Section: .text Value: 0x1001 Size: 4 - Visibility: STV_HIDDEN + Other: [ STV_HIDDEN ] Binding: STB_GLOBAL - Name: foo Type: STT_FUNC @@ -45,7 +45,7 @@ Symbols: Section: .data Value: 0x2002 Size: 2 - Visibility: STV_INTERNAL + Other: [ STV_INTERNAL ] Binding: STB_GLOBAL - Name: bar Type: STT_OBJECT |