[Lldb-commits] [PATCH] D132735: [LLDB] Recognize `std::noop_coroutine()` in `std::coroutine_handle` pretty printer

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 30 09:24:18 PST 2022


aprantl added a comment.

In D132735#3959530 <https://reviews.llvm.org/D132735#3959530>, @avogelsgesang wrote:

> As discussed via email, the reason for the test failures on green dragon is, that green dragon seems to be using some compiler which passes the test
>
>   if not (is_clang and self.expectedCompilerVersion(["<", "16"])):
>
> but does not actually provide the expected debug informations. @jasonmolenda Do you know which exact compiler is used on green-dragon?

The lldb incremental bot uses the last good build from the https://green.lab.llvm.org/green/job/clang-stage1-RA/ bot as the clang compiler.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132735/new/

https://reviews.llvm.org/D132735



More information about the lldb-commits mailing list