Windows 10
Builder 3.41
iOS SDK 15.0
I'm trying to integrate the toolchain into our pre-existing build set up which is based around https://ninja-build.org/, and I'm hitting issues when trying to create a library archive file.
Initially I tried using ar.exe to create the library but quickly hit an error with the command line length being too long. Unfortunately it doesn't appear that ar.exe supports response files.
Next I tried using llvm-ar.exe as that does support response files. Unfortunately this generates a "permission denied" error. A temporary file is generated in the output directory but no final archive. I suspect that the issue is related to https://groups.google.com/g/llvm-dev/c/2xlT2fbGpd0.
Would it be possible to get a fix for this?
Thanks!