This fixes the remaining errors when building the llvm-project
with LLVM_ENABLE_MODULES=ON (and LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY=ON,
which currently is the LLVM default).
Previously this would fail in the CXX_SUPPORTS_MODULES check.
Differential D141833
[libcxx] Add missing includes Michael137 on Jan 16 2023, 2:26 AM. Authored by
Details
This fixes the remaining errors when building the llvm-project Previously this would fail in the CXX_SUPPORTS_MODULES check.
Diff Detail
Event TimelineComment Actions It sucks that we can't really test this without enabling modules by default, but I don't think modules are ready for that. LGTM. |