[clangd] Stop filtering lit tests based on target-triple
authorKadir Cetinkaya <kadircet@google.com>
Tue, 31 Jan 2023 07:01:35 +0000 (08:01 +0100)
committerKadir Cetinkaya <kadircet@google.com>
Tue, 31 Jan 2023 07:01:38 +0000 (08:01 +0100)
commitc0afb6de4fc837d634d99b76ae73636a1f3ca73d
tree1b1f2998b608cf8fed0021730fa530fa00ef4a74
parent920daed78398efa8ed979de85564454e60d5cc3e
[clangd] Stop filtering lit tests based on target-triple

We are performing this filtering due to having unix style file paths in
certain tests. Hence we're actually trying to filter based on host
platform and not the target-triple LLVM is using.

2493a7016416c90038be5c816e12a7ad07cee054 introduced filtering based on
host platform already, so we can get rid of target-triple based
filtering now.
clang-tools-extra/clangd/test/dependency-output.test
clang-tools-extra/clangd/test/did-change-configuration-params.test
clang-tools-extra/clangd/test/test-uri-posix.test