[PATCH] D73739: Exception support for basic block sections

Rahman Lavaee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 22:39:17 PDT 2020


rahmanl added a comment.

In D73739#2307463 <https://reviews.llvm.org/D73739#2307463>, @modimo wrote:

> Glad to see this landing! I'm testing locally with my change to enable this purely for landing blocks.

Me too. Thanks.

> As is, MachineFunctionSplitter can utilize this without basic-block-sections which means the "nop" handling doesn't get invoked and the runtime fails to find the landing pads. This would certainly be a separate change and I'd be happy to drive that.

That is expected. Thanks for signing up.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73739



More information about the llvm-commits mailing list