]> granicus.if.org Git - clang/commitdiff
Redirect test output to /dev/null
authorRichard Trieu <rtrieu@google.com>
Fri, 31 May 2019 02:23:33 +0000 (02:23 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 31 May 2019 02:23:33 +0000 (02:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362187 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/armv8.1m.main.s

index ca6becd933f609a564bb3a527bf795ff4bf64e88..546ddca4ef14f8d5712171c337d275f1ff2c42fa 100644 (file)
@@ -1,13 +1,13 @@
 # REQUIRES: arm-registered-target
-# RUN: not %clang -c -target arm-none-none-eabi -march=armv8-m.main %s 2>%t
+# RUN: not %clang -c -target arm-none-none-eabi -march=armv8-m.main -o /dev/null %s 2>%t
 # RUN:      FileCheck --check-prefix=ERROR-V8M < %t %s
-# RUN: not %clang -c -target arm-none-none-eabi -march=armv8.1-m.main %s 2>%t
+# RUN: not %clang -c -target arm-none-none-eabi -march=armv8.1-m.main -o /dev/null %s 2>%t
 # RUN:      FileCheck --check-prefix=ERROR-V81M < %t %s
-# RUN: not %clang -c -target arm-none-none-eabi -march=armv8.1-m.main+dsp %s 2>%t
+# RUN: not %clang -c -target arm-none-none-eabi -march=armv8.1-m.main+dsp -o /dev/null %s 2>%t
 # RUN:      FileCheck --check-prefix=ERROR-V81M_DSP < %t %s
-# RUN: not %clang -c -target arm-none-none-eabi -march=armv8.1-m.main+mve %s 2>%t
+# RUN: not %clang -c -target arm-none-none-eabi -march=armv8.1-m.main+mve -o /dev/null %s 2>%t
 # RUN:      FileCheck --check-prefix=ERROR-V81M_MVE < %t %s
-# RUN: not %clang -c -target arm-none-none-eabi -march=armv8.1-m.main+mve.fp %s 2>%t
+# RUN: not %clang -c -target arm-none-none-eabi -march=armv8.1-m.main+mve.fp -o /dev/null %s 2>%t
 # RUN:      FileCheck --check-prefix=ERROR-V81M_MVEFP < %t %s
 
 .syntax unified