[PATCH] D53990: [MC] Support labels as offsets in .reloc directive

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 8 12:42:32 PST 2018


atanasyan added inline comments.


================
Comment at: lib/MC/MCObjectStreamer.cpp:80
+  }
+}
+
----------------
One more nit: clear `PendingFixups` here like we clear `PendingLabels` in the `flushPendingLabels`.


Repository:
  rL LLVM

https://reviews.llvm.org/D53990





More information about the llvm-commits mailing list