[PATCH] D99487: [CodeGen] Port basic block sections from ELF to COFF

TaoPan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 24 22:50:21 PDT 2021


TaoPan added a comment.

I reported bugs of using clang-cl and lld to test https://github.com/microsoft/compiler-tests/tree/master/seh

2. clang-cl.exe + lld linker

  a. x4ptcu.c: build error  https://bugs.llvm.org/show_bug.cgi?id=50859

  b. seh0015.c, seh0017.c: build crash  https://bugs.llvm.org/show_bug.cgi?id=50854

  c. seh0034.c, seh0036.c, seh0041~0043.c, seh0048~0050.c, another build crash  https://bugs.llvm.org/show_bug.cgi?id=50855

  d. seh0020.c, seh0025, seh0026: build error  https://bugs.llvm.org/show_bug.cgi?id=50856

  e. sehframes.cpp: build pass, run dead loop  https://bugs.llvm.org/show_bug.cgi?id=50858


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