[all-commits] [llvm/llvm-project] d82f2a: [llvm-objdump] Print the DEBUG type under `--secti...
Esme via All-commits
all-commits at lists.llvm.org
Wed May 26 21:54:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d82f2a123f9c443911fc40009d2017915b850758
https://github.com/llvm/llvm-project/commit/d82f2a123f9c443911fc40009d2017915b850758
Author: Esme-Yi <esme.yi at ibm.com>
Date: 2021-05-27 (Thu, 27 May 2021)
Changed paths:
M llvm/test/tools/llvm-objdump/section-headers.test
M llvm/tools/llvm-objdump/llvm-objdump.cpp
Log Message:
-----------
[llvm-objdump] Print the DEBUG type under `--section-headers`.
Summary: Under the option --section-headers, we can only
print the section types of TEXT, DATA, and BSS for now.
This patch adds the DEBUG type.
Reviewed By: jhenderson, Higuoxing
Differential Revision: https://reviews.llvm.org/D102603
More information about the All-commits
mailing list