[PATCH] D103539: WIP: try to repair RISCV handling of paired relocations

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 2 10:56:07 PDT 2021


MaskRay added a comment.

Thanks for working on this. `requiresDiffExpressionRelocations` `FK_Data_Add_1` `canFold` ... are all RISC-V specific layering violation concepts which significantly add complexity to the MC component.
It is good to see to see them simplified and moved to the proper place (e.g. `lib/Target/RISCV/MCTargetDesc` as your diff shows).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103539



More information about the llvm-commits mailing list