zar icon indicating copy to clipboard operation
zar copied to clipboard

Consider how to handle case sensitivity

Open moosichu opened this issue 4 years ago • 0 comments

https://llvm.org/docs/CommandGuide/llvm-ar.html

Windows Paths When on Windows llvm-ar treats the names of archived files in the same case sensitive manner as the operating system. When on a non-Windows machine llvm-ar does not consider character case.

Do we want to match this behaviour? How does this fit into cross-compilation?

moosichu avatar Apr 12 '22 07:04 moosichu