[PATCH] D100735: [CodeGen] Enable Windows exception handling for basic block sections

Di Mo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 19:35:36 PDT 2021


modimo added a comment.

In D100735#2846280 <https://reviews.llvm.org/D100735#2846280>, @TaoPan wrote:

>   D99487 (parent of the below two patches): BBS basic function on Windows
>   D100735 (this patch):  BBS exception handling on Windows
>   D101421: BBS DebugInfo on Windows

Is the plan to commit all of this at once?



================
Comment at: llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:3202
 
+  // WinException::beginFunclet() set CurrentFuncletTextSection as
+  // Asm->OutStreamer->getCurrentSectionOnly(), start new funclet after
----------------
How does this change interact with the ELF beginFunclet/endFunclet? 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100735



More information about the llvm-commits mailing list