zig/src-self-hosted
Andrew Kelley e05ecbf165 stage2: progress towards LLD linking
* add `zig libc` command
 * add `--libc` CLI and integrate it with Module and linker code
 * implement libc detection and paths resolution
 * port LLD ELF linker line construction to stage2
 * integrate dynamic linker option into Module and linker code
 * implement default link_mode detection and error handling if
   user requests static when it cannot be fulfilled
 * integrate more linker options
 * implement detection of .so.X.Y.Z file extension as a shared object
   file. nice try, you can't fool me.
 * correct usage text for -dynamic and -static
2020-09-09 22:29:41 -07:00
..
2020-09-09 22:29:41 -07:00
2020-09-03 15:05:46 +03:00
2020-09-09 22:29:41 -07:00
2019-12-29 11:04:58 +02:00
2020-09-09 22:29:41 -07:00
2020-09-09 09:28:05 -07:00
2020-09-09 22:29:41 -07:00
2020-06-24 20:28:52 -04:00
2020-09-03 15:05:47 +03:00
2020-09-03 15:05:10 +03:00
2020-02-16 13:25:30 -05:00
2020-09-09 09:28:05 -07:00