From ff616b4806ed6c9b9698290a9c807626aa3844f7 Mon Sep 17 00:00:00 2001 From: jeremyd2019 Date: Fri, 8 Aug 2025 13:29:00 -0700 Subject: [Tests] Add system-cygwin feature, and use it. (#152611) Several Clang tests were failing on Cygwin, and were already marked as requiring !system-windows, unsupported on system-windows, or xfail on system-windows. Add system-cygwin to lit's llvm.config, and use it in such tests in addition to system-windows. --- clang/test/CodeGenCXX/modules-vtable.cppm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGenCXX/modules-vtable.cppm') diff --git a/clang/test/CodeGenCXX/modules-vtable.cppm b/clang/test/CodeGenCXX/modules-vtable.cppm index 6589b9f..75f7598 100644 --- a/clang/test/CodeGenCXX/modules-vtable.cppm +++ b/clang/test/CodeGenCXX/modules-vtable.cppm @@ -1,4 +1,4 @@ -// REQUIRES: !system-windows +// REQUIRES: !system-windows, !system-cygwin // RUN: rm -rf %t // RUN: split-file %s %t -- cgit v1.1