zig/src/link
Jakub Konka b390ced356 macho: specify -install_name as full dylib's name
This then allows for proper resolution of names via runpath search
path list, i.e., `-rpath @loader_path` will correctly resolve
to `@rpath/libxxx.dylib (...)` in the linked binary.
2020-12-04 12:23:49 -08:00
..
MachO macho:use mem.asBytes and meta.eql in commands.zig 2020-12-02 18:40:31 +01:00
C.zig stage2: implement -fno-emit-bin 2020-09-26 12:42:07 -07:00
Coff.zig stage2: Make zig cc more verbose (#7166) 2020-11-19 23:30:16 +01:00
Elf.zig stage2: don't pass -l arguments when building .a or .o files 2020-12-02 20:17:51 -07:00
MachO.zig macho: specify -install_name as full dylib's name 2020-12-04 12:23:49 -08:00
Wasm.zig fix regression on wasm targets 2020-11-30 17:46:10 -07:00
cbe.h rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00
msdos-stub.bin rename src-self-hosted/ to src/ 2020-09-21 18:38:55 -07:00