[PATCH] D142228: [clangd] Disable tests that are incompatible with Windows
Kadir Cetinkaya via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 06:43:24 PST 2023
kadircet added a comment.
thanks this makes sense! we were filtering on `target_triple` before, which is not right, especially when host triple is not the default target.
as a follow up i'll drop all the `target={{...}}` conditions as we should actually be able to run these tests even when they're cross-compiling to windows, let's not do this as part of this patch though as it might trigger running on new buildbots and failures for unrelated reasons.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142228/new/
https://reviews.llvm.org/D142228
More information about the llvm-commits
mailing list