r238220 - Test commit.
Ranjeet Singh
Ranjeet.Singh at arm.com
Tue May 26 10:30:35 PDT 2015
Author: rsingh
Date: Tue May 26 12:30:35 2015
New Revision: 238220
URL: http://llvm.org/viewvc/llvm-project?rev=238220&view=rev
Log:
Test commit.
Modified:
cfe/trunk/test/Driver/arm-cortex-cpus.c
Modified: cfe/trunk/test/Driver/arm-cortex-cpus.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/arm-cortex-cpus.c?rev=238220&r1=238219&r2=238220&view=diff
==============================================================================
--- cfe/trunk/test/Driver/arm-cortex-cpus.c (original)
+++ cfe/trunk/test/Driver/arm-cortex-cpus.c Tue May 26 12:30:35 2015
@@ -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
More information about the cfe-commits
mailing list