[all-commits] [llvm/llvm-project] 4a7e00: [AIX][XCOFF] created a test case to verify the raw...
diggerlin via All-commits
all-commits at lists.llvm.org
Fri Dec 6 07:13:47 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4a7e00df346561131a07db350643ec54113129a1
https://github.com/llvm/llvm-project/commit/4a7e00df346561131a07db350643ec54113129a1
Author: diggerlin <digger.llvm at gmail.com>
Date: 2019-12-06 (Fri, 06 Dec 2019)
Changed paths:
A llvm/test/CodeGen/PowerPC/aix-xcoff-textdisassembly.ll
Log Message:
-----------
[AIX][XCOFF] created a test case to verify the raw text section of xcoffobject file
SUMMARY:
in the patch https://reviews.llvm.org/D66969 . we need a test case to verify the out text section of the xcoffobject file is correct or not.
but we do not have llvm disassembly tools to dump the xcoffobjectfile . since we commit the patch https://reviews.llvm.org/D70255, we have tools for it. we create this test case for it.
Reviewers: daltenty,hubert.reinterpretcast,
Differential Revision: https://reviews.llvm.org/D70719
More information about the All-commits
mailing list