From 46b421e5e3f2d2e4fe0d64265e048deeb2362879 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 6 Dec 2018 09:39:09 +0000 Subject: [PATCH] disable toolchain-clang-cl.test on non-windows The recently added test fail on non-windows platforms. llvm-svn: 348474 --- lldb/lit/BuildScript/toolchain-clang-cl.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/lit/BuildScript/toolchain-clang-cl.test b/lldb/lit/BuildScript/toolchain-clang-cl.test index f2cb8b4..820ea4b 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 -- 2.7.4