forked from OSchip/llvm-project
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:
parent
04848f9511
commit
83491bb7a5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue