diff options
Diffstat (limited to 'lldb/lit/BuildScript/modes.test')
-rw-r--r-- | lldb/lit/BuildScript/modes.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/lit/BuildScript/modes.test b/lldb/lit/BuildScript/modes.test index a615fb74e69..534ba8cbca3 100644 --- a/lldb/lit/BuildScript/modes.test +++ b/lldb/lit/BuildScript/modes.test @@ -1,3 +1,5 @@ +REQUIRES: system-windows
+
RUN: %build -n --verbose --arch=32 --mode=compile --compiler=any -o %t/foo.out foobar.c \
RUN: | FileCheck --check-prefix=COMPILE %s
|