[PATCH] D99487: [CodeGen] Port basic block sections from ELF to COFF
Di Mo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 19:20:52 PDT 2021
modimo added a comment.
In D99487#2821343 <https://reviews.llvm.org/D99487#2821343>, @TaoPan wrote:
> I checked the microsoft SEH tests with
>
> 1. cl.exe
>
> a. x4ptcu.c: build error
> 2. clang-cl.exe + lld linker
>
> a. x4ptcu.c: build error
>
> b. seh0015.c, seh0017.c: build crash
>
> c. seh0034.c, seh0036.c, seh0041~0043.c, seh0048~0050.c, another build crash
>
> d. seh0020.c, seh0025, seh0026: build error
>
> e. sehframes.cpp: build pass, run dead loop
Please file bugs for these and if you can bucket the failures that would be even better. Thanks!
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