[PATCH] D87521: [MinGW][llvm-config] Use unversioned library name
Mateusz MikuĊa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 12 06:23:06 PDT 2020
mati865 added a comment.
> what code appends a version number in dynamic libs when built for other platforms, but decides not to, when targeting windows in general, or mingw specifically?
I have very limited knowledge about what is going on but I think this linker script controls it: https://github.com/llvm/llvm-project/blob/9c651c231f3144f53e13cd0a1747589e1b2edccd/llvm/tools/llvm-shlib/CMakeLists.txt#L51
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87521/new/
https://reviews.llvm.org/D87521
More information about the llvm-commits
mailing list