This patch gets rid of the ridiculous relative path we use to invoke the module-deps-to-rsp.py script and creates proper lit substitution, cleaning up the tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D121525
[clang][deps] Create lit substitution for deps-to-rsp ClosedPublic Authored by jansvoboda11 on Mar 12 2022, 8:21 AM.
Details Summary This patch gets rid of the ridiculous relative path we use to invoke the module-deps-to-rsp.py script and creates proper lit substitution, cleaning up the tests.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 22 2022, 1:49 PM Closed by commit rG26053ce05a87: [clang][deps] Create lit substitution for deps-to-rsp (authored by jansvoboda11). · Explain WhyMar 23 2022, 7:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 414843 clang/test/ClangScanDeps/modulemap-via-vfs.m
clang/test/ClangScanDeps/modules-inferred-explicit-build.m
clang/test/ClangScanDeps/modules-no-undeclared-includes.c
clang/test/ClangScanDeps/modules-pch-common-submodule.c
clang/test/ClangScanDeps/modules-pch-common-via-submodule.c
clang/test/ClangScanDeps/modules-pch.c
clang/test/ClangScanDeps/modules-symlink.c
clang/test/lit.cfg.py
|