[libcxx-commits] [PATCH] D133621: [libc++] Add a CI job for the LLDB data formatters
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 9 16:17:38 PDT 2022
ldionne added a comment.
For watchers -- this is kind of a RFC patch:
1. The Dockerfile change will have to be landed separately (first).
2. I'd like to quantify how slow this job is before we add it. We should avoid adding a lot of latency to the libc++ CI pipeline.
Also, this is not a hard commitment to start maintaining LLDB's data formatters. I spoke to @aprantl and @JDevlieghere and we agreed that this should be used as a way to avoid disruption on both the libc++ and the LLDB side. If we run into LLDB data formatters issues with a libc++ patch, we should work with the LLDB folks (and they agreed to be responsive) to resolve the issue and unblock the libc++ patch. That way, everyone's happy. Let's just hope the turnaround time for this job isn't prohibitive.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133621/new/
https://reviews.llvm.org/D133621
More information about the libcxx-commits
mailing list