[PATCH] D95209: [CodeGen] Port Machine Function Splitter from ELF to COFF
Snehasish Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 22 10:48:09 PDT 2021
snehasish added a comment.
Yes, definitely adding it in a separate patch is a good idea :) Lets submit that patch first, before we submit with this one (otherwise any large binary generated by this patch is probably going to be broken).
It should include the necessary code changes for windows unwind info. I think the code modifications for that change should be in files: llvm/llvm-project/llvm/lib/MC/MCWin64EH.cpp and llvm/llvm-project/llvm/lib/CodeGen/AsmPrinter/WinException.cpp (this one will have changes for C++ programs with exceptions enabled).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95209/new/
https://reviews.llvm.org/D95209
More information about the llvm-commits
mailing list