From cbf92194558406e29b072beb80107985dcc28dd2 Mon Sep 17 00:00:00 2001 From: Ranjeet Singh Date: Tue, 26 May 2015 17:30:35 +0000 Subject: [PATCH] Test commit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238220 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/arm-cortex-cpus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/arm-cortex-cpus.c b/test/Driver/arm-cortex-cpus.c index 24b76f5e5a..5052f3bb84 100644 --- a/test/Driver/arm-cortex-cpus.c +++ b/test/Driver/arm-cortex-cpus.c @@ -207,7 +207,7 @@ // ================== Check that a bogus CPU gives an error // RUN: %clang -target arm -mcpu=bogus -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-BOGUS-CPU %s -// CHECK-BOGUS-CPU: error: the clang compiler does not support '-mcpu=bogus' +// CHECK-BOGUS-CPU: error: the clang compiler does not support '-mcpu=bogus' // ================== Check default Architecture on each ARM11 CPU // RUN: %clang -target arm-linux-gnueabi -mcpu=arm1136j-s -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-CPUV6 %s -- 2.50.1