[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 17:20:40 PST 2022


aprantl added a comment.

> LLDB is just the messenger

I take that back. I just realized that this also break LLDB's own importing of the C++ standard library.

  _build.ninja.debug/bin/lldb-dotest -p TestImportStdModule.py
  ...
  Assertion failed: ((ID || !Mod) && "asked for module ID for non-local, non-imported module"), function getSubmoduleID, file ASTWriter.cpp, line 2650.

I need to check whether LLDB uses a separate compiler instance for that or if the same compiler invocation is also used to import Objective-C modules.


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