[PATCH] D105482: [lld/mac] Partially implement -export_dynamic

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 08:25:00 PDT 2021


tschuett added a comment.

In D105482#2859935 <https://reviews.llvm.org/D105482#2859935>, @thakis wrote:

> Thanks!
>
> It _only_ passes with `%lld` :) (But only because ld uses a different symbol order.) I ran it with ld locally to verify that our list of exported symbols matches ld64 (…except for ordering). And then I forgot to undo it before uploading, but luckily the precommit bots caught it.

Could you sort the symbols to make it independent of the order, i.e. it works with ld and lld?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105482



More information about the llvm-commits mailing list