[PATCH] D93000: [lld-macho] Implement `-no_implicit_dylibs`

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 06:13:02 PST 2020


thakis added a comment.

In D93000#2445641 <https://reviews.llvm.org/D93000#2445641>, @thakis wrote:

> Thanks! I'll patch this in and verify if it fixes PR48395

It does :) base_unittests now starts up fine on macOS 10.13, and `llvm-objdump --macho --dylibs-used out/gnmac/base_unittests` shows `/usr/lib/libobjc.A.dylib` (a whole bunch of times, but D93001 <https://reviews.llvm.org/D93001> will fix that too).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93000/new/

https://reviews.llvm.org/D93000



More information about the llvm-commits mailing list