[libcxx-commits] [PATCH] D119036: [libc++] Fix modules and benchmarks CI builds when incomplete features are disabled

Adrian Prantl via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 10 08:59:25 PST 2022


aprantl added a comment.

To answer your other question: The lldb-cmake bot build LLDB and clang with modules enabled, but that doesn't actually matter. What's breaking is running the LLDB testsuite when it's using the just-built clang to compile C++ tests with -fcxx-modules (without local submodule visibility).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119036



More information about the libcxx-commits mailing list