My theory is that the failure was caused by me forgetting to flush a
raw_string_ostream.
Change-Id: I9c6208325503b3ee0786b4b688e13fc24a15babf
Differential D59396
[MsgPack] Attempt to fix failure on windows expensive checks bot tpr on Mar 14 2019, 4:26 PM. Authored by
Details My theory is that the failure was caused by me forgetting to flush a Change-Id: I9c6208325503b3ee0786b4b688e13fc24a15babf
Diff Detail
Event TimelineComment Actions This makes things better, but did not resolve the problem completely. ******************** Failing Tests (2): LLVM :: CodeGen/MIR/AMDGPU/machine-function-info-no-ir.mir LLVM :: CodeGen/MIR/AMDGPU/machine-function-info.ll Both failures has the same reason behind: >c:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\build\bin\llc.exe -run-pass=none -verify-machineinstrs C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\build\test\CodeGen\MIR\AMDGPU\Output\machine-function-info.ll.tmp.mir -o - error: C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\build\test\CodeGen\MIR\AMDGPU\Output\machine-function-info.ll.tmp.mir:114:21: expected a named register scratchRSrcReg: '' ^ I'll send you the build\test\CodeGen\MIR\AMDGPU\Output\machine-function-info.ll.tmp.mir by e-mail, so you could reproduce the problem locally and play with that.
Comment Actions This version would keep the llvm-clang-x86_64-expensive-checks-win bot happy. |