[PATCH] D77737: [SPARC] Recognize and handle the %lm(sym) operator

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 07:38:49 PST 2021


joerg accepted this revision.
joerg added a comment.
This revision is now accepted and ready to land.

LGTM.

I have one concern about sparc-relocations.s, but that is not specific to the change at hand. IMO we should also have a variant of all the relocations with a fixed values of sym to test that the right bits are actually set. That would also make comparing the fixup handling easier e.g. to GNU as.


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

https://reviews.llvm.org/D77737



More information about the llvm-commits mailing list