Problem or Opportunity
C++20 modules has been supported in LLVM since 18 but releases 20.1.0 and 21.x.y do not have the necessary clang-scan-deps program to make this work. Users must rely on installing LLVM in some other way in order to get modules support.
Requested Solution
Add clang-scan-deps to future releases.
Alternatives Considered
N/A
Additional context
N/A