[all-commits] [llvm/llvm-project] 6b8c03: [MachO LLD] Respect -all_load with --start-lib --e...
Nuri Amari via All-commits
all-commits at lists.llvm.org
Fri May 31 10:33:48 PDT 2024
Branch: refs/heads/users/nuriamari/fix-all-load-archives
Home: https://github.com/llvm/llvm-project
Commit: 6b8c03a465a5a9787d6c15835e65677981c6042d
https://github.com/llvm/llvm-project/commit/6b8c03a465a5a9787d6c15835e65677981c6042d
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