[PATCH] D25893: [clang] Remove redundant --check-prefix=CHECK from tests

Mandeep Singh Grang via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 21 19:10:58 PDT 2016


mgrang created this revision.
mgrang added reviewers: hans, mkuper, rengolin.
mgrang added a subscriber: cfe-commits.
mgrang added a project: clang-c.

https://reviews.llvm.org/D25893

Files:
  test/CodeGen/ms-mm-align.c
  test/CodeGen/windows-on-arm-stack-probe-size.c


Index: test/CodeGen/windows-on-arm-stack-probe-size.c
===================================================================
--- test/CodeGen/windows-on-arm-stack-probe-size.c
+++ test/CodeGen/windows-on-arm-stack-probe-size.c
@@ -5,7 +5,7 @@
 // RUN:     | FileCheck %s -check-prefix CHECK-4096
 
 // RUN: %clang_cc1 -triple thumbv7-windows-itanium -fms-extensions -O2 -emit-llvm %s -o - \
-// RUN:     | FileCheck %s -check-prefix CHECK
+// RUN:     | FileCheck %s
 
 __declspec(dllimport) void initialise(signed char buffer[4096]);
 
Index: test/CodeGen/ms-mm-align.c
===================================================================
--- test/CodeGen/ms-mm-align.c
+++ test/CodeGen/ms-mm-align.c
@@ -1,6 +1,6 @@
 // RUN: %clang_cc1 -ffreestanding -fms-extensions -fms-compatibility -fms-compatibility-version=17.00 -target-feature +sse \
 // RUN:         -triple i686--windows -emit-llvm %s -o - \
-// RUN:         | FileCheck %s -check-prefix CHECK
+// RUN:         | FileCheck %s
 
 // intrin.h needs size_t, but -ffreestanding prevents us from getting it from
 // stddef.h.  Work around it with this typedef.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25893.75521.patch
Type: text/x-patch
Size: 1114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161022/f8702004/attachment.bin>


More information about the cfe-commits mailing list