[PATCH] D142879: [RISCV] Emit relocation for uleb128

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 18:09:55 PDT 2023


MaskRay added a comment.

I think the right implementation will be quite different from this patch. We need to modify quite a few more places including `shouldForceRelocation` and `handleAddSubRelocations`.
I am working on an alternative.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142879



More information about the llvm-commits mailing list