[PATCH] D76252: [lld-macho] Add basic support for linking against dylibs

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 17 11:49:34 PDT 2020


MaskRay added a subscriber: grimar.
MaskRay added a comment.

In D76252#1926984 <https://reviews.llvm.org/D76252#1926984>, @int3 wrote:

> The `no-id-dylink.s` test needs yaml2obj to generate an invalid dylib, but yeah I can replace the other two with binary blobs


We are trying to avoid binary blob in LLVM binary utilities + lld. @grimar has done lots of work in this area. Can you figure out how much effort it takes to implement relevant features in yaml2obj Mach-O? I hope we can avoid binary blobs early.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76252





More information about the llvm-commits mailing list