diff options
| author | Ranjeet Singh <Ranjeet.Singh@arm.com> | 2015-05-28 15:55:34 +0000 |
|---|---|---|
| committer | Ranjeet Singh <Ranjeet.Singh@arm.com> | 2015-05-28 15:55:34 +0000 |
| commit | b90541519e1e32e1f88db7e99d7c8185b409aeac (patch) | |
| tree | c8acfb4e7d830d9d704bae8343a24be9b1d3a573 /clang/test | |
| parent | 33e1f82e5a41a32b409805bfacfe9af1a2551127 (diff) | |
| download | bcm5719-llvm-b90541519e1e32e1f88db7e99d7c8185b409aeac.tar.gz bcm5719-llvm-b90541519e1e32e1f88db7e99d7c8185b409aeac.zip | |
[ARM] Be less specific about the error message expected.
Differential Revision: http://reviews.llvm.org/D10087
llvm-svn: 238436
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Driver/arm-cortex-cpus.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Driver/arm-cortex-cpus.c b/clang/test/Driver/arm-cortex-cpus.c index 5052f3bb84c..50323720629 100644 --- a/clang/test/Driver/arm-cortex-cpus.c +++ b/clang/test/Driver/arm-cortex-cpus.c @@ -201,13 +201,13 @@ // ================== Check that a bogus architecture gives an error // RUN: %clang -target arm -march=armbogusv6 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-BOGUS %s -// CHECK-BOGUS: error: the clang compiler does not support '-march=armbogusv6' +// CHECK-BOGUS: error: {{.*}} does not support '-march=armbogusv6' // RUN: %clang -target arm---eabihf -march=armbogusv7 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-BOGUS-HF %s -// CHECK-BOGUS-HF: error: the clang compiler does not support '-march=armbogusv7' +// CHECK-BOGUS-HF: error: {{.*}} does not support '-march=armbogusv7' // ================== 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: {{.*}} 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 |

