[PATCH] D85317: [XCOFF] Adjust .rename emission sequence

Jason Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 12:30:25 PDT 2020


jasonliu added a comment.

In D85317#2196922 <https://reviews.llvm.org/D85317#2196922>, @hubert.reinterpretcast wrote:

> @jasonliu, I would expect that this affects labels in general and not just TOC entries.

I'm not sure if there is a way to trigger that in our assembly code generation. But I think it's still a good idea to emit .rename after something is "defined" consistently. So I reversed all the other .rename emission sequence.


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

https://reviews.llvm.org/D85317



More information about the llvm-commits mailing list