[clang] Reland "[clang][modules-driver] Add support for C++ named modules and import std" (2nd attempt) (PR #194475)

Naveen Seth Hanig via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 28 05:39:44 PDT 2026


naveen-seth wrote:

> This PR broke the [Solaris/sparcv9 buildbot](https://lab.llvm.org/buildbot/#/builders/13/builds/12932) because the `Clang::modules-driver-import-std.cpp` test unconditionally uses `--target=x86_64-linux-gnu` which is only available with `-DLLVM_TARGETS_TO_BUILD=all` or on native x86 targets.

Sorry for the breakage! Should be fixed by #194604.

https://github.com/llvm/llvm-project/pull/194475


More information about the cfe-commits mailing list