Skip to content

Commit 40ee8ab

Browse files
committed
[llvm-objdump] Make arm64ec.yaml warning check less strict to account for Windows
When 7a28b0b added this it wanted "llvm-objdump: warning: <...>". On our Windows on Arm bot you get: c:\users\tcwg\llvm-worker\clang-arm64-windows-msvc\stage1\bin\llvm-objdump.exe: warning: Seems unlikely the warning would come from anywhere else and if it does, this test isn't the one to be catching that. So I've shortened the checks to start at "warning: ".
1 parent 9334671 commit 40ee8ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/tools/llvm-objdump/COFF/arm64ec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
# ARM64EC: file format coff-arm64ec
2828
# ARM64X: file format coff-arm64x
2929

30-
# WARN1: llvm-objdump: warning: '{{.*}}': unable to get target for 'x86_64--', see --version and --triple.
31-
# WARN2: llvm-objdump: warning: '{{.*}}': unable to get target for 'x86_64-w64-windows-gnu', see --version and --triple.
30+
# WARN1: warning: '{{.*}}': unable to get target for 'x86_64--', see --version and --triple.
31+
# WARN2: warning: '{{.*}}': unable to get target for 'x86_64-w64-windows-gnu', see --version and --triple.
3232

3333
# DISASM: Disassembly of section .text:
3434
# DISASM-EMPTY:

0 commit comments

Comments
 (0)