forked from OSchip/llvm-project
c5ecdd3c5a
In debug frame information, some fields, e.g., Length in CIE/FDE and Offset in FDE are attributes to describe the structure of CIE/FDE. They are not related to the relaxed code. However, these attributes are symbol differences. So, in current design, these attributes will be filled as zero and LLVM generates relocations for them. We only need to generate relocations for symbols in executable sections. So, if the symbols are not located in executable sections, we still evaluate their values under relaxation. Differential Revision: https://reviews.llvm.org/D61584 llvm-svn: 366531 |
||
---|---|---|
.. | ||
dwarf-riscv-relocs.ll | ||
eh-frame.s | ||
lit.local.cfg | ||
relax-debug-frame.ll | ||
relax-debug-line.ll |