================ @@ -0,0 +1,347 @@ +// This checks that clang-scan-deps properly outputs named module dependencies +// when using the the scanning output format 'experimental-full'. +// +// See commit 72304. +// UNSUPPORTED: target={{.*}}-aix{{.*}} +// +// The slash direction in linux and windows are different. +// UNSUPPORTED: system-windows ---------------- naveen-seth wrote:
It seems like the `sed` method works fine. This test essentially mirrors `llvm-repo/clang/test/ClangScanDeps/P1689.cppm`, and both `// UNSUPPORTED:` lines were copied from there. I will test if it also works for `P1689.cppm` as well. The paths used in that test do not seem any more complex. https://github.com/llvm/llvm-project/pull/145221 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits