[PATCH] D76954: LLVM support for BB-cluster sections

Rahman Lavaee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 10 15:37:19 PDT 2020


rahmanl marked 6 inline comments as done.
rahmanl added a comment.

Thanks again @efriedma  and @tmsriram.



================
Comment at: llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1210-1213
+    if (MBB.isEndSection()) {
+      if (!MBB.sameSection(&MF->front())) {
+        if (MAI->hasDotTypeDotSizeDirective())
+          emitELFSizeDirective(CurrentSectionBeginSym);
----------------
Please excuse the nested //if// statement here. Our upcoming CFI and Exception patches will add one statement to each of the nested //if// blocks,


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

https://reviews.llvm.org/D76954





More information about the llvm-commits mailing list