This is https://bugs.llvm.org/show_bug.cgi?id=41897.
Previously -d + -j .data had no effect, that wasn't consistent with GNU,
which proccesses .data in that case. With this patch we follow this behavior.
Differential D62848
[llvm-objdump] - Disassemble non-executable sections if specifically requested. grimar on Jun 4 2019, 3:28 AM. Authored by
Details
This is https://bugs.llvm.org/show_bug.cgi?id=41897. Previously -d + -j .data had no effect, that wasn't consistent with GNU,
Diff Detail Event TimelineComment Actions The changes in this patch look good, but you should probably also add a test case to section-filter-disasm.test. The section-filter-relocs.test case is more intended to test the interaction with -r.
Comment Actions LGTM, with one minor nit.
|