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.

llvm-svn: 272887
This commit is contained in:
Andrey Turetskiy 2016-06-16 12:26:20 +00:00
parent 04848f9511
commit 83491bb7a5
1 changed files with 2 additions and 2 deletions

View File

@ -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