diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-10-16 12:14:19 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-10-23 16:27:38 -0700 |
| commit | e567abb339e1edaf5a3c86fe632522a3b8005275 (patch) | |
| tree | 63ffbcb21c3dd7d8740e292467852341ac1c5fad /src/ThreadSafeQueue.zig | |
| parent | 4706ec81d4f864bc08804d9600937848ff9e4290 (diff) | |
| download | zig-e567abb339e1edaf5a3c86fe632522a3b8005275.tar.gz zig-e567abb339e1edaf5a3c86fe632522a3b8005275.zip | |
rework linker inputs
* Compilation.objects changes to Compilation.link_inputs which stores
objects, archives, windows resources, shared objects, and strings
intended to be put directly into the dynamic section. Order is now
preserved between all of these kinds of linker inputs. If it is
determined the order does not matter for a particular kind of linker
input, that item should be moved to a different array.
* rename system_libs to windows_libs
* untangle library lookup from CLI types
* when doing library lookup, instead of using access syscalls, go ahead
and open the files and keep the handles around for passing to the
cache system and the linker.
* during library lookup and cache file hashing, use positioned reads to
avoid affecting the file seek position.
* library directories are opened in the CLI and converted to Directory
objects, warnings emitted for those that cannot be opened.
Diffstat (limited to 'src/ThreadSafeQueue.zig')
0 files changed, 0 insertions, 0 deletions
