[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
Tue May 14 05:44:49 PDT 2019


HsiangKai updated this revision to Diff 199412.
HsiangKai added reviewers: rogfer01, jrtc27.
HsiangKai added a comment.
Herald added subscribers: atanasyan, aheejin, sbc100, javed.absar, sdardis.

Add a flag to MCFixup instead of MCExpr.


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.199412.patch
Type: text/x-patch
Size: 14746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190514/15939537/attachment.bin>


More information about the llvm-commits mailing list