[PATCH] D94670: [DebugInfo][NFC] add a new DIE type to represent label + offset
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 30 14:56:29 PST 2021
hubert.reinterpretcast added a comment.
In D94670#2531880 <https://reviews.llvm.org/D94670#2531880>, @ikudrin wrote:
> Is it possible to use a .set pseudo-op <https://www.ibm.com/support/knowledgecenter/en/ssw_aix_72/assembler/idalangref_set_pseudoop.html> to define a symbol that can be referenced from other sections?
See https://reviews.llvm.org/D94670#2501150. It seems to work. Do you have a suggestion on how to make use of it from the MC layer here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94670/new/
https://reviews.llvm.org/D94670
More information about the llvm-commits
mailing list