[PATCH] D74208: [llvm-dwarfdump] Add the docs and test for the show-sections-sizes option
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 03:32:27 PST 2020
jhenderson added a comment.
This should be folded in with D74205 <https://reviews.llvm.org/D74205>.
================
Comment at: llvm/test/tools/llvm-dwarfdump/X86/show_section_sizes.S:1
+# RUN: llvm-mc -triple x86_64-pc-linux %s -filetype=obj | llvm-dwarfdump --show-sections-sizes - | FileCheck %s
+#
----------------
Use lower-case '.s' for the file name.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74208/new/
https://reviews.llvm.org/D74208
More information about the llvm-commits
mailing list