[all-commits] [llvm/llvm-project] 8f8a9f: implement printing out raw section data of xcoff o...
diggerlin via All-commits
all-commits at lists.llvm.org
Mon Nov 18 12:25:23 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8f8a9f3437d4517f674395da30edb59d5514f7bc
https://github.com/llvm/llvm-project/commit/8f8a9f3437d4517f674395da30edb59d5514f7bc
Author: diggerlin <digger.llvm at gmail.com>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M llvm/lib/Object/XCOFFObjectFile.cpp
A llvm/test/tools/llvm-objdump/xcoff-disassemble-all.test
A llvm/test/tools/llvm-objdump/xcoff-raw-section-data.test
Log Message:
-----------
implement printing out raw section data of xcoff objectfile for llvm-objdump
SUMMARY:
implement printing out raw section data of xcoff objectfile for llvm-objdump
and option -D --disassemble-all option for llvm-objdump
Reviewers: Sean Fertile
Subscribers: rupprecht, seiyai,hiraditya
Differential Revision: https://reviews.llvm.org/D70255
More information about the All-commits
mailing list