[PATCH] D28770: [Mips] Fix debug information for __thread variable

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 11:10:05 PST 2017


sdardis added a comment.

This looks ok, do you have any comments @aprantl ?



================
Comment at: include/llvm/CodeGen/AsmPrinter.h:549-553
+  /// Emit the directive and value for debug thread local expression 
+  ///
+  /// \p Value - The value to emit.
+  /// \p Size - The size of the integer (in bytes) to emit.
+  virtual void EmitDebugThreadLocal(const MCExpr *Value, unsigned Size) const;
----------------
Rename this EmitDebugValue and move it to the "Dwarf Emission Helper Routines" section.


Repository:
  rL LLVM

https://reviews.llvm.org/D28770





More information about the llvm-commits mailing list