This revision was automatically updated to reflect the committed changes. Closed by commit rL285001: [clang] Remove redundant --check-prefix=CHECK from tests (authored by mgrang).
Changed prior to commit: https://reviews.llvm.org/D25893?vs=75521&id=75620#toc Repository: rL LLVM https://reviews.llvm.org/D25893 Files: cfe/trunk/test/CodeGen/ms-mm-align.c cfe/trunk/test/CodeGen/windows-on-arm-stack-probe-size.c Index: cfe/trunk/test/CodeGen/ms-mm-align.c =================================================================== --- cfe/trunk/test/CodeGen/ms-mm-align.c +++ cfe/trunk/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. Index: cfe/trunk/test/CodeGen/windows-on-arm-stack-probe-size.c =================================================================== --- cfe/trunk/test/CodeGen/windows-on-arm-stack-probe-size.c +++ cfe/trunk/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: cfe/trunk/test/CodeGen/ms-mm-align.c =================================================================== --- cfe/trunk/test/CodeGen/ms-mm-align.c +++ cfe/trunk/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. Index: cfe/trunk/test/CodeGen/windows-on-arm-stack-probe-size.c =================================================================== --- cfe/trunk/test/CodeGen/windows-on-arm-stack-probe-size.c +++ cfe/trunk/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]);
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits