[AIX][XCOFF] created a test case to verify the raw text section of xcoffobject file
authordiggerlin <digger.llvm@gmail.com>
Fri, 6 Dec 2019 15:12:09 +0000 (10:12 -0500)
committerdiggerlin <digger.llvm@gmail.com>
Fri, 6 Dec 2019 15:12:09 +0000 (10:12 -0500)
commit4a7e00df346561131a07db350643ec54113129a1
treeb25956a49dd7f061a643b421f231e32eda67426b
parent4db4868d7ed90e771960646c9c0bcd121eb20617
[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
llvm/test/CodeGen/PowerPC/aix-xcoff-textdisassembly.ll [new file with mode: 0644]