...unless -Z is passed. Enabling -fatal_warnings turns these into errors
even though they are harmless. This mirrors ld64's behavior as shown here:
https://github.com/apple-oss-distributions/ld64/blob/main/src/ld/Options.cpp#L4361-L4363
This broke one of our internal builds when trying to enable -fatal_warnings and
switching ld64 to LLD.