[PATCH] D13385: [ELF2] Add -init and -fini switches

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 08:37:38 PDT 2015


ruiu added a comment.

Thank you for the investigation. LGTM


================
Comment at: lld/trunk/ELF/OutputSections.cpp:232
@@ +231,3 @@
+    FiniSym = dyn_cast<ELFSymbolBody<ELFT>>(S->Body);
+
+  if (InitSym)
----------------
Remove this blank line.


Repository:
  rL LLVM

http://reviews.llvm.org/D13385





More information about the llvm-commits mailing list