| # RUN: llvm-elfabi --elf %t --emit-tbe=- | FileCheck %s --check-prefix=ORIGINAL |
| # RUN: llvm-elfabi --elf %t --emit-tbe=- --soname=libbest.so | FileCheck %s --check-prefix=REPLACED |
| # \0 b a z\0 s o m e l i b . s o\0 f o o\0 |
| Content: "0062617a00736f6d656c69622e736f00666f6f00" |
| Address: 0x0000000000001018 |
| AddressAlign: 0x0000000000000008 |
| EntSize: 0x0000000000000010 |
| Value: 0x0000000000000005 |
| Value: 0x0000000000000014 |
| Value: 0x0000000000001000 |
| Value: 0x0000000000001000 |
| Value: 0x0000000000000000 |
| # ORIGINAL: SoName: somelib.so{{$}} |
| # REPLACED: SoName: libbest.so{{$}} |