[clang] [flang] [llvm] [mlir] [llvm-remarkutil] Introduce filter command (PR #159784)
    Tobias Stadler via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Oct 21 15:51:12 PDT 2025
    
    
  
tobias-stadler wrote:
> @tobias-stadler I'm seeing this test fail when trying to use the release binary script on the github runners. Do you have any ideas why it might be failing. Looks like it could be a line ending or whitespace issue. (edit: This is on Windows).
> 
> https://github.com/llvm/llvm-project/actions/runs/18698571133/job/53322121191?pr=150793
Interesting, this passed the Windows CI.  My best guess is that this is a line ending issue with the `diff` command. We might need to pass `-Z` or avoid the diff command altogether. This could depend on if git is configured to checkout CRLF line-endings or not. I don't have a Windows machine set up, so no good way to quickly troubleshoot this.
https://github.com/llvm/llvm-project/pull/159784
    
    
More information about the llvm-commits
mailing list