[all-commits] [llvm/llvm-project] 222a88: [lld/mac] Make -t work correctly with -flat_namespace
Nico Weber via All-commits
all-commits at lists.llvm.org
Tue Jun 1 16:25:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 222a88a24371b8a1db2c2cedd1918a5f90758b75
https://github.com/llvm/llvm-project/commit/222a88a24371b8a1db2c2cedd1918a5f90758b75
Author: Nico Weber <thakis at chromium.org>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M lld/MachO/Driver.cpp
M lld/MachO/DriverUtils.cpp
M lld/test/MachO/flat-namespace.s
Log Message:
-----------
[lld/mac] Make -t work correctly with -flat_namespace
We used to not print dylibs referenced by other dylibs in `-t` mode. This
affected reexports, and with `-flat_namespace` also just dylibs loaded by
dylibs. Now we print them.
Fixes PR49514.
Differential Revision: https://reviews.llvm.org/D103428
More information about the All-commits
mailing list