[clang] [llvm] [profcheck][coro] Adding Branch weights PGO in Coroutines Passes (PR #184466)

Zequan Wu via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 15 16:01:39 PDT 2026


ZequanWu wrote:

> > > The merging of this PR is being blocked by a set of `lldb` tests (see [here](https://github.com/llvm/llvm-project/actions/runs/29368457006/job/87426362508?pr=184466)).
> > > CI is failing in the lldb-shell test suite and blocking merges. The failing tests are:
> > > 
> > > * lldb-shell :: SymbolFile/Breakpad/unwind-via-stack-win.test
> > > * lldb-shell :: SymbolFile/Breakpad/unwind-via-stack-win-no-memory-info.yaml
> > > * lldb-shell :: SymbolFile/Breakpad/unwind-via-raSearch.test
> > > 
> > > Job: https://github.com/llvm/llvm-project/actions/runs/29368457006/job/87426362508?pr=184466
> > > This PR does not touch lldb/Breakpad; I re-ran CI and the failures persist, so this looks like an unrelated CI or flaky-test issue that needs triage by CI or LLDB maintainers.
> > 
> > 
> > These three tests are also failed without the changes in this PR. I intend to merge this PR first. Hi @ZequanWu, please let me know if you have any further requirements.

This change doesn't look related to lldb at all. I think they are already broken if the failures don't go away without your change.

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


More information about the cfe-commits mailing list