[all-commits] [llvm/llvm-project] c0afb6: [clangd] Stop filtering lit tests based on target-...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Mon Jan 30 23:03:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0afb6de4fc837d634d99b76ae73636a1f3ca73d
https://github.com/llvm/llvm-project/commit/c0afb6de4fc837d634d99b76ae73636a1f3ca73d
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M clang-tools-extra/clangd/test/dependency-output.test
M clang-tools-extra/clangd/test/did-change-configuration-params.test
M clang-tools-extra/clangd/test/test-uri-posix.test
Log Message:
-----------
[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.
More information about the All-commits
mailing list