summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp
diff options
context:
space:
mode:
authorJason Liu <jasonliu.development@gmail.com>2019-05-28 14:37:59 +0000
committerJason Liu <jasonliu.development@gmail.com>2019-05-28 14:37:59 +0000
commit9212206d253b858d761cbad8a71ec71189d6b588 (patch)
treee4a98f9e861e834f11b8d7fb54d43401a863b18c /llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp
parent71f8f745b412500c6a9207c56f55fa2d6e8114b1 (diff)
downloadbcm5719-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/ARMWinEHPrinter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud