[PATCH] [COFF] Add support for .secref and .offset directives

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Thu Dec 19 13:28:49 PST 2013



================
Comment at: lib/MC/MCAssembler.cpp:963
@@ +962,3 @@
+  OSE.flush();
+  return OldSize != Data.size();
+}
----------------
Data.size() is always 4. The initialization use 4 zero bytes, so this always returns false, no? If so, why is this part of the relaxation?


http://llvm-reviews.chandlerc.com/D2445



More information about the llvm-commits mailing list