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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 6 06:09:16 PDT 2019


probinson added a comment.

I don't claim to be an MCExpr expert, but I think this should not be necessary.  There are other situations where symbol differences are computed and emitted as constants, for example when DW_AT_high_pc is a length rather than an address, and they clearly don't require this tactic.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61584





More information about the llvm-commits mailing list