[PATCH] D139932: Use different export file when linking with dylib

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 09:43:41 PST 2022


serge-sans-paille added a comment.

For the record, I considered passing a flag to the linker to *not* warn about symbols mentioned in the version script but not present in the actual library, or trying to derive the `.dylib.export` from the `.export` file, but this explicit solution looks better to me, with the slight disadventage of introducing some redunduncy, which is probably better than adding entries that don't exist (e.g. through a typo).


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

https://reviews.llvm.org/D139932



More information about the llvm-commits mailing list