[PATCH] D70271: [AIX][XCOFF] Write Function descriptors and TOC base to data section
Jason Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 13:57:38 PST 2019
jasonliu created this revision.
jasonliu added reviewers: DiggerLin, sfertile, hubert.reinterpretcast, daltenty, Xiangling_L.
Herald added subscribers: llvm-commits, jsji, hiraditya, nemanjai.
Herald added a project: LLVM.
This patch implements writing function descriptors and TOC base into data section,
and also add function descriptors(both csect and label) and TOC base symbols to the symbol table.
https://reviews.llvm.org/D70271
Files:
llvm/lib/MC/XCOFFObjectWriter.cpp
llvm/test/CodeGen/PowerPC/aix-func-dsc-gen.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70271.229398.patch
Type: text/x-patch
Size: 6648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191114/0d90f239/attachment.bin>
More information about the llvm-commits
mailing list