[PATCH] D150004: [RISCV] .debug_line: emit relocations for assembly input files

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 17:38:53 PDT 2023


dblaikie added a comment.

Some overlap (re: relaxation) with D140478 <https://reviews.llvm.org/D140478> - it would be good to have some utility for checking whether a given instruction range may be relaxed (even if it's coarse-grained to the whole function) and make choices about encoding on the basis of that utility/test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150004



More information about the llvm-commits mailing list