This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG015e08c6bada: [clang][scandeps] Update Module Cache Path in Test (authored by lenary).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D116611/new/ https://reviews.llvm.org/D116611 Files: clang/test/ClangScanDeps/modulemap-via-vfs.m Index: clang/test/ClangScanDeps/modulemap-via-vfs.m =================================================================== --- clang/test/ClangScanDeps/modulemap-via-vfs.m +++ clang/test/ClangScanDeps/modulemap-via-vfs.m @@ -15,7 +15,7 @@ [ { "directory": "DIR", - "command": "clang DIR/main.m -Imodules/A -fmodules -fmodules-cache-path=module-cache -fimplicit-modules -fimplicit-module-maps -ivfsoverlay build/vfs.yaml", + "command": "clang DIR/main.m -Imodules/A -fmodules -fmodules-cache-path=DIR/module-cache -fimplicit-modules -fimplicit-module-maps -ivfsoverlay build/vfs.yaml", "file": "DIR/main.m" } ]
Index: clang/test/ClangScanDeps/modulemap-via-vfs.m =================================================================== --- clang/test/ClangScanDeps/modulemap-via-vfs.m +++ clang/test/ClangScanDeps/modulemap-via-vfs.m @@ -15,7 +15,7 @@ [ { "directory": "DIR", - "command": "clang DIR/main.m -Imodules/A -fmodules -fmodules-cache-path=module-cache -fimplicit-modules -fimplicit-module-maps -ivfsoverlay build/vfs.yaml", + "command": "clang DIR/main.m -Imodules/A -fmodules -fmodules-cache-path=DIR/module-cache -fimplicit-modules -fimplicit-module-maps -ivfsoverlay build/vfs.yaml", "file": "DIR/main.m" } ]
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits