]> granicus.if.org Git - llvm/commit
[llvm-objdump] Warn if no user specified sections (-j) are not found.
authorYuanfang Chen <yuanfang.chen@sony.com>
Tue, 2 Jul 2019 18:38:17 +0000 (18:38 +0000)
committerYuanfang Chen <yuanfang.chen@sony.com>
Tue, 2 Jul 2019 18:38:17 +0000 (18:38 +0000)
commit8dd8dedf8a5f784898e6bd652fa22ea82ad7a689
tree1c5b13a0fd4ffb72a1ac84976d01f7cf5a91ee6a
parent6012b271292286c5e4e39fe6f5fd112482d33502
[llvm-objdump] Warn if no user specified sections (-j) are not found.

Match GNU objdump.

https://bugs.llvm.org/show_bug.cgi?id=41898

Reviewers: jhenderson, grimar, MaskRay, rupprecht

Reviewed by: jhenderson, grimar, MaskRay

Differential Revision: https://reviews.llvm.org/D63779

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364955 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/warn-missing-section.test [new file with mode: 0644]
tools/llvm-objdump/llvm-objdump.cpp