[flang-commits] [clang-tools-extra] [clang] [lldb] [compiler-rt] [lld] [flang] [openmp] [mlir] [llvm] [libunwind] [BranchFolding] Fix missing predecessors of landing-pad (PR #77608)

via flang-commits flang-commits at lists.llvm.org
Thu Jan 11 06:22:47 PST 2024


================
@@ -0,0 +1,80 @@
+; RUN: llc -mtriple=x86_64-pc-windows-msvc %s
----------------
dyung wrote:

This RUN line seems to leave a .s file around that causes failures in subsequent runs:
https://lab.llvm.org/buildbot/#/builders/139/builds/56922
```
******************** TEST 'LLVM :: CodeGen/X86/windows-seh-EHa-PreserveCFG.s' FAILED ********************
Test has no 'RUN:' line
********************
```
Is this actually testing anything? Or is it just trying to verify the compiler does not crash?

https://github.com/llvm/llvm-project/pull/77608


More information about the flang-commits mailing list