[PATCH] D62062: [DWARF][RISCV] Add support for RISC-V relocations needed for debug info

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 03:50:46 PDT 2019


HsiangKai added a comment.

This patch does not handle .eh_frame and .debug_frame. I know that it could not generate debug frame information in the current upstream LLVM. In order to generate .eh_frame and .debug_frame for RISC-V architecture, D58335 <https://reviews.llvm.org/D58335> and D61773 <https://reviews.llvm.org/D61773> need to be landed first. So, I add related processing code for .eh_frame and .debug_frame in D58335 <https://reviews.llvm.org/D58335>.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62062





More information about the llvm-commits mailing list