[PATCH] D89009: Add version to libLLVM also on non-UNIX

Mateusz MikuĊ‚a via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 4 13:23:50 PDT 2021


mati865 added a comment.

In D89009#2857190 <https://reviews.llvm.org/D89009#2857190>, @mstorsjo wrote:

> The import libraries do seem to use the right name as far as I can see, but there's another aspect I remembered now: This does create unversioned symlinks too (not while building but once you do `ninja install`). This probably is neat to have, but for cases when things are packaged up in e.g. zip files or something else that doesn't handle symlinks, one might want not to have them. Within llvm-mingw I guess I can have them stripped out before packaging though.

Oh, nice. As for unversioned symlinks they would be changed into copies when packaging so we will remove them as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89009



More information about the llvm-commits mailing list