[all-commits] [llvm/llvm-project] 40ee8a: [llvm-objdump] Make arm64ec.yaml warning check les...
David Spickett via All-commits
all-commits at lists.llvm.org
Tue Aug 15 09:46:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40ee8abee77a2e8fb0089d4c7f5723b71f27d416
https://github.com/llvm/llvm-project/commit/40ee8abee77a2e8fb0089d4c7f5723b71f27d416
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M llvm/test/tools/llvm-objdump/COFF/arm64ec.yaml
Log Message:
-----------
[llvm-objdump] Make arm64ec.yaml warning check less strict to account for Windows
When 7a28b0b60e81a0472bfc6af992e824ef01cc08b8 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: ".
More information about the All-commits
mailing list