aboutsummaryrefslogtreecommitdiff
path: root/src/link/LdScript.zig
AgeCommit message (Collapse)Author
2024-10-23move ld script processing to the frontendAndrew Kelley
along with the relevant logic, making the libraries within subject to the same search criteria as all the other libraries. this unfortunately means doing file system access on all .so files when targeting ELF to determine if they are linker scripts, however, I have a plan to address this.
2024-10-23move link.Elf.LdScript to link.LdScriptAndrew Kelley