[PATCH] D94670: [DebugInfo][NFC] add a new DIE type to represent label + offset

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 07:31:42 PST 2021


ikudrin added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/AsmPrinter.h:583
   /// implicitly uses .set if it is available.
-  void emitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset,
+  void emitLabelPlusOffset(const MCSymbol *Label, int64_t Offset,
                            unsigned Size, bool IsSectionRelative = false) const;
----------------
Can this change be separated and its own justification be added?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94670



More information about the llvm-commits mailing list