[PATCH] D71368: [ MC ] Match labels to existing fragments even when switching sections.

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 14:08:10 PST 2019


vitalybuka added inline comments.


================
Comment at: llvm/include/llvm/MC/MCObjectStreamer.h:42
+  SmallVector<MCSection*, 2> PendingLabelSections;
+  unsigned CurSubsectionIdx;
   struct PendingMCFixup {
----------------
Never initialized?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71368





More information about the llvm-commits mailing list