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.
llvm-svn: 263091
// 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