[all-commits] [llvm/llvm-project] f39dcf: [clang][deps] NFC: Fix an XFAIL test on Windows
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Mon Jun 14 05:37:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f39dcf85f994b464946cd6702bbceadc518ce904
https://github.com/llvm/llvm-project/commit/f39dcf85f994b464946cd6702bbceadc518ce904
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M clang/test/ClangScanDeps/modules-full.cpp
Log Message:
-----------
[clang][deps] NFC: Fix an XFAIL test on Windows
The `sed` command ensures Windows-specific path separators (single and double backslashes) are replaced by forward slashes in the output file. FileCheck can continue using forward slashes in paths this way.
More information about the All-commits
mailing list