link.exe's /force:multiple is described here:
https://docs.microsoft.com/en-us/cpp/build/reference/force-force-file-output
lld-link with this /force:multiple implementation does not seem to do exactly
what link.exe is doing. But, the Microsoft documentation is fairly clear that
the behavior this option causes in the generated executables is undefined.
just_warn -> JustWarn