summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/string-dump.test
diff options
context:
space:
mode:
authorXing GUO <higuoxing@gmail.com>2019-02-27 16:37:15 +0000
committerXing GUO <higuoxing@gmail.com>2019-02-27 16:37:15 +0000
commitd78164a8abfd24ce7d4eeb1e48668f4f78b07be6 (patch)
tree784da5150ed198f3f6053b0c611103179677db15 /llvm/test/tools/llvm-readobj/string-dump.test
parent9cf39dfb3857eab156ac4f99de909c90fc5f9d1d (diff)
downloadbcm5719-llvm-d78164a8abfd24ce7d4eeb1e48668f4f78b07be6.tar.gz
bcm5719-llvm-d78164a8abfd24ce7d4eeb1e48668f4f78b07be6.zip
[llvm-objdump] Should print strings when dumping DT_RPATH, DT_RUNPATH, DT_SONAME, DT_AUXILIARY and DT_FILTER tags in dynamic section.
Summary: Before: ``` Dynamic Section: NEEDED libpthread.so.0 ... NEEDED ld-linux-x86-64.so.2 RPATH 0x00000000001c2e61 ``` After: ``` Dynamic Section: NEEDED libpthread.so.0 ... NEEDED ld-linux-x86-64.so.2 RPATH $ORIGIN/../lib ``` Only a small problem here, I have no idea on choosing test case. I see there's a test file(test/tools/llvm-objdump/private-headers-dynamic-section.test). But it has no DT_RPATH and DT_RUNPATH tags. Shall I replace the ELF file in the Inputs dir by a new one? Reviewers: jhenderson, grimar Reviewed By: jhenderson Subscribers: srhines, rupprecht, jfb, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D58707 llvm-svn: 355001
Diffstat (limited to 'llvm/test/tools/llvm-readobj/string-dump.test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud