[PATCH] D102986: [lld][ELF][SPARC] Emit RELA entries

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 23 09:53:46 PDT 2021


jrtc27 added a comment.

Can we not have a test that uses textrel; what's wrong with:

  .data
  x: .xword y

or

  .data
  x: .xword x


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102986



More information about the llvm-commits mailing list