[Lldb-commits] [lldb] r348474 - disable toolchain-clang-cl.test on non-windows
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 6 01:39:09 PST 2018
Author: labath
Date: Thu Dec 6 01:39:09 2018
New Revision: 348474
URL: http://llvm.org/viewvc/llvm-project?rev=348474&view=rev
Log:
disable toolchain-clang-cl.test on non-windows
The recently added test fail on non-windows platforms.
Modified:
lldb/trunk/lit/BuildScript/toolchain-clang-cl.test
Modified: lldb/trunk/lit/BuildScript/toolchain-clang-cl.test
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/BuildScript/toolchain-clang-cl.test?rev=348474&r1=348473&r2=348474&view=diff
==============================================================================
--- lldb/trunk/lit/BuildScript/toolchain-clang-cl.test (original)
+++ lldb/trunk/lit/BuildScript/toolchain-clang-cl.test Thu Dec 6 01:39:09 2018
@@ -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
More information about the lldb-commits
mailing list