diff options
author | Jason Liu <jasonliu.development@gmail.com> | 2019-05-28 14:37:59 +0000 |
---|---|---|
committer | Jason Liu <jasonliu.development@gmail.com> | 2019-05-28 14:37:59 +0000 |
commit | 9212206d253b858d761cbad8a71ec71189d6b588 (patch) | |
tree | e4a98f9e861e834f11b8d7fb54d43401a863b18c /llvm/tools/llvm-readobj/WindowsResourceDumper.cpp | |
parent | 71f8f745b412500c6a9207c56f55fa2d6e8114b1 (diff) | |
download | bcm5719-llvm-9212206d253b858d761cbad8a71ec71189d6b588.tar.gz bcm5719-llvm-9212206d253b858d761cbad8a71ec71189d6b588.zip |
[XCOFF] Implement parsing symbol table for xcoffobjfile and output as yaml format
Summary:
This patch implement parsing symbol table for xcoffobjfile and
output as yaml format. Parsing auxiliary entries of a symbol
will be in a separate patch.
The XCOFF object file (aix_xcoff.o) used in the test comes from
-bash-4.2$ cat test.c
extern int i;
extern int TestforXcoff;
int main()
{
i++;
TestforXcoff--;
}
Patch by DiggerLin
Reviewers: sfertile, hubert.reinterpretcast, MaskRay, daltenty
Differential Revision: https://reviews.llvm.org/D61532
llvm-svn: 361832
Diffstat (limited to 'llvm/tools/llvm-readobj/WindowsResourceDumper.cpp')
0 files changed, 0 insertions, 0 deletions