[PATCH] D153260: [RISCV][MC] Implement mapping symbols
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 11:53:39 PDT 2023
jrtc27 added a comment.
In D153260#4447979 <https://reviews.llvm.org/D153260#4447979>, @jobnoorman wrote:
> Ping.
>
> Any thoughts on whether we should use the `$d`/`$x` (binutils) or `$d.i`/`$x.i` (LLVM AArch64) names?
Can LLVM and GNU as both assemble code that has multiple `$d` and or `$x` labels? If so, go with that. If not, there's not much to lose going with the AArch64-style version that uniquifies the labels.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153260/new/
https://reviews.llvm.org/D153260
More information about the llvm-commits
mailing list