[PATCH] D113268: [clangd] Fix tests with forward slash as separator on windows
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 5 07:45:52 PDT 2021
sammccall added a reviewer: kadircet.
sammccall added a comment.
Ooh sorry, I was missing some context.
I see now that LLVM_WINDOWS_PREFER_FORWARD_SLASH, `windows_backslash` etc are new work. And maybe buildbots are coming?
It's possible that the combination of our windows support plus improved llvm::sys::path will make things work.
But it's also likely there's rough edges to work out, and this will lead to bug reports we can't reproduce or understand.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113268/new/
https://reviews.llvm.org/D113268
More information about the cfe-commits
mailing list