[PATCH] D87521: [MinGW][llvm-config] Use unversioned library name
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 14 12:16:13 PDT 2020
mstorsjo added a comment.
In D87521#2270953 <https://reviews.llvm.org/D87521#2270953>, @hans wrote:
>> @hans - Does that sound right to you?
>
> Yes, that matches my experience. But I don't know the backstory here. Maybe it would make sense to have version suffixes also on Windows?
I guess it would make sense - I don't see why it shouldn't be used there as well. There's probably some other unix-isms within the same `if (UNIX` block in cmake, but at least the version number aspect probably would make sense to use on windows on both mingw and msvc configurations.
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