[libcxx-commits] [PATCH] D156177: [libc++][Modules] Recreate the top level `std` clang module

Jonas Devlieghere via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 26 09:41:35 PDT 2023


JDevlieghere added a comment.

In D156177#4535652 <https://reviews.llvm.org/D156177#4535652>, @Mordante wrote:

> I understand it's not great to have the LLDB build broken.

Not only is it not great, it's not in accordance with LLVM's developer policy: https://llvm.org/docs/DeveloperPolicy.html#patch-reversion-policy. I could have reverted the original patch. Instead, we're trying work together here towards a constructive solution that works for both of our projects.

> It would be really great if the LLDB team could help libc++ to get LLDB working in the libc++ pre-commit CI to prevent breakage.

We did, and  D133621 <https://reviews.llvm.org/D133621> was the result of that. I don't know why it was never merged?

> Both @ldionne and I have reached out in the past to get assistance, but that did not result in a working LLDB in the CI. I don't recall the exact issues I ran into last time I tried, which I think is over a year ago.

Who did you reach out to? This is the first time I hear about that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156177



More information about the libcxx-commits mailing list