[lld] [MachO LLD] Respect -all_load with --start-lib --end-lib style archives (PR #93993)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri May 31 13:36:43 PDT 2024
================
@@ -1162,6 +1162,8 @@ static void createFiles(const InputArgList &args) {
// This loop should be reserved for options whose exact ordering matters.
// Other options should be handled via filtered() and/or getLastArg().
bool isLazy = false;
+ bool inLib = false; // If we've processed an opening --start-lib, without a
----------------
MaskRay wrote:
When an inline comment span 2 lines, we make it to its own line.
https://github.com/llvm/llvm-project/pull/93993
More information about the llvm-commits
mailing list