[PATCH] D75338: [Coroutines] Use dbg.declare for frame variables

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 12:29:27 PST 2020


aprantl added a comment.

In D75338#1900254 <https://reviews.llvm.org/D75338#1900254>, @modocache wrote:

> I tried adding an lldb test for this, but I encountered 39 failing tests when I ran `ninja cxx check-lldb`, and it made me wonder whether tests that use libc++ are currently broken?


They are not broken [1], but you may need to add libcxx and friends to your list of projects in your LLVM cmake invocation.

http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75338





More information about the llvm-commits mailing list