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

Adrian Vogelsgesang via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 30 01:21:46 PST 2022


avogelsgesang added a subscriber: jasonmolenda.
avogelsgesang added a comment.

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?


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