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

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 08:20:15 PDT 2021


thakis added a comment.

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.


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

https://reviews.llvm.org/D105482



More information about the llvm-commits mailing list