[PATCH] D61584: [DebugInfo] Some fields do not need relocations even relax is enabled.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 23:17:59 PDT 2019


HsiangKai updated this revision to Diff 199754.
HsiangKai added a comment.

Set `Fixed` flag to `length` of debug_info and debug_line. These fields should be fixed even the linker has modified the instructions in the program.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61584

Files:
  include/llvm/MC/MCELFStreamer.h
  include/llvm/MC/MCFixup.h
  include/llvm/MC/MCObjectStreamer.h
  include/llvm/MC/MCStreamer.h
  include/llvm/MC/MCWasmStreamer.h
  lib/MC/MCAsmStreamer.cpp
  lib/MC/MCDwarf.cpp
  lib/MC/MCELFStreamer.cpp
  lib/MC/MCExpr.cpp
  lib/MC/MCObjectStreamer.cpp
  lib/MC/MCStreamer.cpp
  lib/MC/MCWasmStreamer.cpp
  lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
  lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
  lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
  test/DebugInfo/RISCV/relax-debug-frame.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61584.199754.patch
Type: text/x-patch
Size: 15918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190516/324949d2/attachment-0001.bin>


More information about the llvm-commits mailing list