[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 06:09:22 PST 2022


serge-sans-paille created this revision.
serge-sans-paille added reviewers: glandium, jhuber6, MaskRay.
Herald added subscribers: ormris, StephenFan, steven_wu, hiraditya.
Herald added a project: All.
serge-sans-paille requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This fixes compilation of clang with lld, as reported in
https://reviews.llvm.org/D135402.

Basically some symbols are not available when not linking statically.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139932

Files:
  llvm/tools/lto/CMakeLists.txt
  llvm/tools/lto/lto.dylib.exports
  llvm/tools/remarks-shlib/CMakeLists.txt
  llvm/tools/remarks-shlib/Remarks.dylib.exports

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139932.482447.patch
Type: text/x-patch
Size: 3940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221213/92917bf0/attachment.bin>


More information about the llvm-commits mailing list