[clang] [clang][deps] Do check for relocated modules (PR #133827)

2025-04-03 Thread Jan Svoboda via cfe-commits
jansvoboda11 wrote: > > multi-project workspace builds cannot avoid hitting this kind of issue > > (demonstrated by the test) and they are left with a build error they cannot > > fix. > > Is this because a multi-project workspace results in separate build-products > directories but a single m

[clang] [clang][deps] Do check for relocated modules (PR #133827)

2025-03-31 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Jan Svoboda (jansvoboda11) Changes This essentially reverts commit 227f71995804 (https://reviews.llvm.org/D150320). The original change to disable checking for relocated modules was built on the assumption that the file system is immutabl

[clang] [clang][deps] Do check for relocated modules (PR #133827)

2025-03-31 Thread Jan Svoboda via cfe-commits
https://github.com/jansvoboda11 created https://github.com/llvm/llvm-project/pull/133827 This essentially reverts commit 227f71995804 (https://reviews.llvm.org/D150320). The original change to disable checking for relocated modules was built on the assumption that the file system is immutable