From: Andrey Turetskiy Date: Thu, 16 Jun 2016 12:26:20 +0000 (+0000) Subject: Patch "Compilation for Intel MCU (Part 2/3)" caused the clang-x64-ninja-win7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a69e33da81da7298a9f4ac6684503f610e0416f;p=clang Patch "Compilation for Intel MCU (Part 2/3)" caused the clang-x64-ninja-win7 buildbot to fail because of inaccurate CHECK in the test. This is a quick fix for the test to make it platform independent. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272887 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/miamcu-opt.c b/test/Driver/miamcu-opt.c index c53ebfdadf..256a5bddac 100644 --- a/test/Driver/miamcu-opt.c +++ b/test/Driver/miamcu-opt.c @@ -11,13 +11,13 @@ // NOT-X86: error: unsupported option '-miamcu' for target 'armv8---eabi' -// CHECK: "-cc1" +// CHECK: "{{.*}}clang{{.*}}" "-cc1" // CHECK: "-triple" "i586-intel-elfiamcu" // CHECK: "-static-define" // CHECK: "-mfloat-abi" "soft" // CHECK: "-mstack-alignment=4" -// CHECK: bin/ld +// CHECK: "{{.*}}ld{{(.exe)?}}" // CHECK: "-m" "elf_iamcu" // CHECK: "-static" // CHECK-NOT: crt1