summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRanjeet Singh <Ranjeet.Singh@arm.com>2015-05-26 17:30:35 +0000
committerRanjeet Singh <Ranjeet.Singh@arm.com>2015-05-26 17:30:35 +0000
commit5b30b0aaaeeb2a5bf67f2883eb3cd3787be44756 (patch)
treea4ad2151eab46c45153a4db81c2f35d84e47febf
parentfbb1514805f4dfad3d7a3214d5d2f8860eab2579 (diff)
downloadbcm5719-llvm-5b30b0aaaeeb2a5bf67f2883eb3cd3787be44756.tar.gz
bcm5719-llvm-5b30b0aaaeeb2a5bf67f2883eb3cd3787be44756.zip
Test commit.
llvm-svn: 238220
-rw-r--r--clang/test/Driver/arm-cortex-cpus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/arm-cortex-cpus.c b/clang/test/Driver/arm-cortex-cpus.c
index 24b76f5e5a2..5052f3bb84c 100644
--- a/clang/test/Driver/arm-cortex-cpus.c
+++ b/clang/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
OpenPOWER on IntegriCloud