]> granicus.if.org Git - clang/commitdiff
Disable failing test and fix RUN line.
authorRichard Trieu <rtrieu@google.com>
Thu, 10 Mar 2016 04:04:12 +0000 (04:04 +0000)
committerRichard Trieu <rtrieu@google.com>
Thu, 10 Mar 2016 04:04:12 +0000 (04:04 +0000)
See https://llvm.org/bugs/show_bug.cgi?id=26894 for details.  This change
fixes the incorrect flags to Clang and the piping issue.  It also disables
the FileCheck portion of the test, which is currently failing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263091 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/arm_neon_intrinsics.c

index ca04fedbf74cc1b6664f79cda8cc1cebabe5c74e..910a5e2acad46f84faea6f11eeb4b708b84d589e 100644 (file)
@@ -1,6 +1,7 @@
 // RUN: %clang_cc1 -triple thumbv7s-apple-darwin -target-abi apcs-gnu\
-// RUN:  -target-cpu swift -ffreestanding -emit-llvm -S -o - %s\
-// RUN:  opt -S -mem2reg | FileCheck %s
+// RUN:  -target-cpu swift -ffreestanding -emit-llvm -o - %s\
+// RUN:  | opt -S -mem2reg > /dev/null
+// RxUN:  | FileCheck %s
 
 // REQUIRES: long_tests