NB: the warning is about the input file itself regardless of the options used
such as -r, -s etc..
Only sections with the SHF_ALLOC flag are considered.
Paths
| Differential D64779
[llvm-objdump] Emit warning if --start-address/--stop-address specify range outside file's address range. ClosedPublic Authored by ychen on Jul 15 2019, 3:57 PM.
Details Summary NB: the warning is about the input file itself regardless of the options used Only sections with the SHF_ALLOC flag are considered.
Diff Detail
Event Timeline
Comment Actions LGMT but please wait for other opinions
This revision is now accepted and ready to land.Jul 23 2019, 8:01 PM Closed by commit rL366923: [llvm-objdump] Emit warning if --start-address/--stop-address specify range… (authored by yuanfang). · Explain WhyJul 24 2019, 9:57 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 209984 llvm/test/tools/llvm-objdump/warn-on-out-of-range-start-stop-address.test
llvm/tools/llvm-objdump/llvm-objdump.cpp
|
Why don't ET_CORE and ET_REL need the warning?