[PATCH] D88721: [clangd][lit] Update document-link.test to respect custom resource-dir locations
Aleksandr Platonov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 2 03:34:40 PDT 2020
ArcsinX added a comment.
Just a question.
On Windows `%resource_dir/..` looks a bit inconsistent after substitution (`d:\llvm-project\build\lib\clang\12.0.0\include/..`), but this test passes.
As far as Windows accepts forward and back slashes, I expect something like this `%/resource_dir/..` to be consistent across all platforms.
Are there any plans to add `%/resource_dir` substitution as it was done for %T, %s, etc?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88721/new/
https://reviews.llvm.org/D88721
More information about the cfe-commits
mailing list