[PATCH] D66097: Handle local commons for XCOFF object file writing

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 16:45:44 PDT 2019


hubert.reinterpretcast added a comment.

Whereas commons cannot be placed into the same section, local commons can be. While it is true that there are no csect members defined in the symbol table for a csect for local commons, the separate label names are available in the assembly. In the object file, these are offsets from the csect. How references are done via the TOC is a matter of choice.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66097/new/

https://reviews.llvm.org/D66097





More information about the llvm-commits mailing list