[PATCH] D139168: [C++20] [Modules] [ClangScanDeps] Enable to print make-style dependency file within P1689 format (4/4)
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 10 20:51:39 PST 2023
ChuanqiXu added a comment.
In D139168#4119190 <https://reviews.llvm.org/D139168#4119190>, @vvereschaka wrote:
> @ChuanqiXu,
>
> would you provide a complete rollback for the changes and fix the `C1689.cppm` test failures on the builders
>
> - https://lab.llvm.org/buildbot/#/builders/119/builds/11935/steps/9/logs/FAIL__Clang__P1689_cppm
> - https://lab.llvm.org/buildbot/#/builders/60/builds/10655/steps/9/logs/FAIL__Clang__P1689_cppm
The failure should be fixed by https://reviews.llvm.org/D143749, which disables the test in windows. (Because the inconsistent slash direction in linux and windows)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139168/new/
https://reviews.llvm.org/D139168
More information about the cfe-commits
mailing list