diff options
| author | George Rimar <grimar@accesssoftek.com> | 2017-07-14 16:00:16 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2017-07-14 16:00:16 +0000 |
| commit | efd3ffb2b67dc23080df6069a650565d989fdc56 (patch) | |
| tree | d6948ba878f16158b8409694b37f875c4d1485ef /llvm/test/Object/no-section-table.test | |
| parent | 9c084fc55d89bad1f38cdfbd6bd6e61f4587c81a (diff) | |
| download | bcm5719-llvm-efd3ffb2b67dc23080df6069a650565d989fdc56.tar.gz bcm5719-llvm-efd3ffb2b67dc23080df6069a650565d989fdc56.zip | |
[llvm-readobj] - Teach readobj to print DT_FILTER dynamic tag in human readable form.
Nothing special here, output format is similar to the format
used by binutils readelf and ELF Tool Chain readelf.
Differential revision: https://reviews.llvm.org/D35351
llvm-svn: 308033
Diffstat (limited to 'llvm/test/Object/no-section-table.test')
| -rw-r--r-- | llvm/test/Object/no-section-table.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Object/no-section-table.test b/llvm/test/Object/no-section-table.test index bd60e681b71..9ecde4f8c36 100644 --- a/llvm/test/Object/no-section-table.test +++ b/llvm/test/Object/no-section-table.test @@ -3,7 +3,7 @@ RUN: | FileCheck %s CHECK: DynamicSection [ (24 entries) CHECK: Tag Type Name/Value -CHECK: 0x0000000000000001 NEEDED SharedLibrary (libc.so.6) +CHECK: 0x0000000000000001 NEEDED Shared library: [libc.so.6] CHECK: 0x000000000000000C INIT 0x4B8 CHECK: 0x000000000000000D FINI 0x618 CHECK: 0x0000000000000019 INIT_ARRAY 0x2006C0 |

