]> granicus.if.org Git - clang/commitdiff
Test commit.
authorRanjeet Singh <Ranjeet.Singh@arm.com>
Tue, 26 May 2015 17:30:35 +0000 (17:30 +0000)
committerRanjeet Singh <Ranjeet.Singh@arm.com>
Tue, 26 May 2015 17:30:35 +0000 (17:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238220 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/arm-cortex-cpus.c

index 24b76f5e5a218bcce91c1b10d8129fac9d8cf938..5052f3bb84c35c965dc9b8e187356f30d5e2c87f 100644 (file)
 
 // ================== 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