[PATCH] D38118: [CodeGen][ObjC] Build the global block structure before emitting the body of global block invoke functions

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 21 17:30:02 PDT 2017


rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.

LGTM with one tweak.



================
Comment at: lib/CodeGen/CGBlocks.cpp:1124
                                                            LocalDeclMap,
-                                                           false);
+                                                           false, true);
   }
----------------
Please /*comment*/ the meaning of these bools.


https://reviews.llvm.org/D38118





More information about the cfe-commits mailing list