llvm-ar.exe cannot handle "%" in a file path #72636
Labels
invalid
Resolved as invalid, i.e. not a bug
llvm-tools
All llvm tools that do not have corresponding tag
Originally surfaced in haskell/cabal#9334
Hi everyone,
It has recently been found that
llvm-ar.exe
cannot handle file paths containing the%
character, leading to a misleading error:The path segment
%5nVnTgLeh7AaK3jOtq2ERexJN
here is at fault.However the error is misleading, because we see a "file not found" message.
If it's too much of a hassle to handle
%
in file paths, could the error message be improved so that downstream users can have their own workaround?The text was updated successfully, but these errors were encountered: