[PATCH] D53990: [MC] Support labels as offsets in .reloc directive
Vladimir Stefanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 9 08:39:36 PST 2018
vstefanovic added a comment.
.reloc directive (and setting its offset as label) isn't mips-only feature, GNU as supports it for all the architectures (or at least for x86, arm, ppc).
But if we don't want this in llvm for other arches than mips, we should move it to mips backend.
Repository:
rL LLVM
https://reviews.llvm.org/D53990
More information about the llvm-commits
mailing list