avogelsgesang added a comment. I reapplied this patch locally on top of the latest `main` and tried to reproduce the issue on my Mac using
> cmake -B build -G Ninja -C lldb/cmake/caches/Apple-lldb-macOS.cmake > -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" -DLLVM_ENABLE_PROJECTS="clang;lldb" > llvm > ninja check-lldb This gives me 10 failing tests, but none of them are related to the coroutine_handle pretty printer. If I run > ./bin/llvm-lit > ../lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle I get > UNSUPPORTED: lldb-api :: > functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/TestCoroutineHandle.py > (1 of 1) No idea why this test is marked as unsupportd. Any idea how I can run this test case locally on my mac? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132735/new/ https://reviews.llvm.org/D132735 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits