[Openmp-commits] [llvm] [flang] [openmp] [compiler-rt] [mlir] [lld] [clang] [libunwind] [lldb] [clang-tools-extra] [BranchFolding] Fix missing predecessors of landing-pad (PR #77608)
via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jan 11 08:24:28 PST 2024
================
@@ -0,0 +1,80 @@
+; RUN: llc -mtriple=x86_64-pc-windows-msvc %s
----------------
dyung wrote:
Thanks, that worked, although I did need to manually delete the .s file on the buildbot because the file was generated in the source tree which is not normally cleaned between runs. But once I deleted it, your fix worked.
https://github.com/llvm/llvm-project/pull/77608
More information about the Openmp-commits
mailing list