[PATCH] D23669: [mips][ias] Support .dtprel[d]word and .tprel[d]word directives

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 03:07:52 PDT 2016


sdardis accepted this revision.
sdardis added a comment.
This revision is now accepted and ready to land.

LGTM with obvious comment fix.


================
Comment at: lib/MC/MCObjectStreamer.cpp:498
@@ -457,3 +497,3 @@
 
 // Associate GPRel32 fixup with data and resize data area
 void MCObjectStreamer::EmitGPRel64Value(const MCExpr *Value) {
----------------
While you're here can you correct this comment? It should be:

Associate GPRel64 fixup with data and resize data area


Repository:
  rL LLVM

https://reviews.llvm.org/D23669





More information about the llvm-commits mailing list