diff options
-rw-r--r-- | lldb/lit/BuildScript/toolchain-clang-cl.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/BuildScript/toolchain-clang-cl.test b/lldb/lit/BuildScript/toolchain-clang-cl.test index f2cb8b44ba1..820ea4b4174 100644 --- a/lldb/lit/BuildScript/toolchain-clang-cl.test +++ b/lldb/lit/BuildScript/toolchain-clang-cl.test @@ -1,4 +1,4 @@ -REQUIRES: lld
+REQUIRES: lld, system-windows
RUN: %build -n --verbose --arch=32 --compiler=clang-cl --mode=compile-and-link -o %t/foo.exe foobar.c \
RUN: | FileCheck --check-prefix=CHECK-32 %s
|