summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/no-section-table.test
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2017-07-14 16:00:16 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2017-07-14 16:00:16 +0000
commitefd3ffb2b67dc23080df6069a650565d989fdc56 (patch)
treed6948ba878f16158b8409694b37f875c4d1485ef /llvm/test/Object/no-section-table.test
parent9c084fc55d89bad1f38cdfbd6bd6e61f4587c81a (diff)
downloadbcm5719-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.test2
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
OpenPOWER on IntegriCloud