[all-commits] [llvm/llvm-project] 17ef7f: [MachO LLD] Respect -all_load with --start-lib --e...
Nuri Amari via All-commits
all-commits at lists.llvm.org
Fri May 31 10:28:30 PDT 2024
Branch: refs/heads/users/nuriamari/fix-all-load-archives
Home: https://github.com/llvm/llvm-project
Commit: 17ef7f47e47b2004ba8ce60d4bb4d290bfb95b84
https://github.com/llvm/llvm-project/commit/17ef7f47e47b2004ba8ce60d4bb4d290bfb95b84
Author: Nuri Amari <nuriamari at fb.com>
Date: 2024-05-31 (Fri, 31 May 2024)
Changed paths:
M lld/MachO/Driver.cpp
M lld/test/MachO/start-lib.s
Log Message:
-----------
[MachO LLD] Respect -all_load with --start-lib --end-lib style archives
The -all_load flag is intended to force the linker to load all lazy
members, but doesn't do so if the archive is specified with --start-lib,
--end-lib flags. This patch makes it so that -all_load also applies
in this case.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list