Author: aturetsk Date: Thu Jun 16 07:26:20 2016 New Revision: 272887 URL: http://llvm.org/viewvc/llvm-project?rev=272887&view=rev Log: 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.
Modified: cfe/trunk/test/Driver/miamcu-opt.c Modified: cfe/trunk/test/Driver/miamcu-opt.c URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/miamcu-opt.c?rev=272887&r1=272886&r2=272887&view=diff ============================================================================== --- cfe/trunk/test/Driver/miamcu-opt.c (original) +++ cfe/trunk/test/Driver/miamcu-opt.c Thu Jun 16 07:26:20 2016 @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits