[PATCH] D116611: [clang][scandeps] Update Module Cache Path in Test
Sam Elliott via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 5 02:43:25 PST 2022
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"
}
]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116611.397490.patch
Type: text/x-patch
Size: 619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220105/e40d2c00/attachment.bin>
More information about the cfe-commits
mailing list