[libc-commits] [clang] [compiler-rt] [flang] [libc] [libcxx] [libcxxabi] [libunwind] [llvm] [openmp] [Flang] Move builtin .mod generation into runtimes (Reapply #137828) (PR #171515)
Michael Kruse via libc-commits
libc-commits at lists.llvm.org
Mon May 4 18:23:46 PDT 2026
Meinersbur wrote:
> I think it'd be better to further break up this PR into smaller ones that could be landed separately to avoid having the revert & reland the entire change; for example, I believe the Clang driver changes could land separately.
The driver change implements the new location of the module files. If landing only the driver change or only the module output location, the module files will not be found. I can try adding both locations to the search path, but I think it will cause more problems than it solves (`.mod` files contain the hash of the `.mod` files it depends on, and cause an error if the first match has a different hash)
https://github.com/llvm/llvm-project/pull/171515
More information about the libc-commits
mailing list