zig/src-self-hosted
Michael Dusan 3b26e50863 macOS: macho ld64.lld fixes
* bring `construct_linker_job_macho` to parity with
   `construct_linker_job_elf`
 * macho now sets `-error-limit`
 * macho on macOS now sets `-macosx_version_min` and `-sdk_version`
   to `10.13` when running `zig0`
 * macho now detects when `-l` prefix is not needed
 * macho on macOS detects system libraries in a case-insensitive manner
 * macho now ads user-specified libraries to linker command-line args
   when condition `is_native_os != true`
 * re-ordered some macho args positions to match elf positions

closes #5059
closes #5067
2020-07-24 20:01:18 +00:00
..
2020-07-21 22:34:12 +03:00
2019-12-29 11:04:58 +02:00
2020-07-24 20:01:18 +00:00
2020-06-24 20:28:52 -04:00
2020-02-16 13:25:30 -05:00