[PATCH] D99487: [CodeGen] Port basic block sections from ELF to COFF
Di Mo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 28 13:18:08 PDT 2021
modimo added a comment.
For some added testing you can run MSVC's SEH tests to see that this works properly: https://github.com/microsoft/compiler-tests/tree/master/seh. I wouldn't be surprised if not all of these pass in the baseline but we certainly want to make sure the ones that are remain non-regressed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99487/new/
https://reviews.llvm.org/D99487
More information about the llvm-commits
mailing list