Rui Ueyama
Rui Ueyama
@limuy2022 I'm still struggling to reproduce your problem. mold has a nice feature to pack all the input files and command line options into a single tar file so that...
Can't you find it with `find . -name '*.tar"`?
I don't have a Windows machine. The only harness ensuring mold can be built on Windows is our GitHub buildbot. Did you have any idea why it failed in your...
`-demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -static -arch x86_64 -platform_version macos 10.12.0 14.2 ...` Those flags are for the macOS linker and not compatible with Linux linkers. It looks like you are trying...