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

via Openmp-commits openmp-commits at lists.llvm.org
Thu Jan 11 07:20:03 PST 2024


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

@HaohaiWen Could you restructure this test so that it doesn't generate the .s file (maybe redirect the output to /dev/null or something similar?) This is causing unresolved test errors on several of the buildbots I manage.

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


More information about the Openmp-commits mailing list