diff options
author | jeremyd2019 <github@jdrake.com> | 2025-08-08 13:29:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-08 13:29:00 -0700 |
commit | ff616b4806ed6c9b9698290a9c807626aa3844f7 (patch) | |
tree | 3a12b4f2281cc0733472b577e32f33bfe59dffb2 /clang/test/CodeGenCXX/modules-vtable.cppm | |
parent | 37bcd937766d0bb151d4ee54d72d9cc289fee97b (diff) | |
download | llvm-ff616b4806ed6c9b9698290a9c807626aa3844f7.zip llvm-ff616b4806ed6c9b9698290a9c807626aa3844f7.tar.gz llvm-ff616b4806ed6c9b9698290a9c807626aa3844f7.tar.bz2 |
[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.
Diffstat (limited to 'clang/test/CodeGenCXX/modules-vtable.cppm')
-rw-r--r-- | clang/test/CodeGenCXX/modules-vtable.cppm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |