[PATCH] D80425: Fix LLVM/Clang builds with mingw toolchain
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 24 06:23:48 PDT 2020
mstorsjo added a comment.
In D80425#2052607 <https://reviews.llvm.org/D80425#2052607>, @thieta wrote:
> I am planning to revise this one now that we have thinlto-cache-dir option landed here are my plans:
>
> - Keep the libdl patch as is (seems like there are no more comments on this).
> - Remove the symlink patch for now and potentially move that to another patch
> - Rework the cache-dir option so that it passes the same option as we pass to ELF lld.
>
> Is that what everyone would expect?
Sounds good to me, but ideally I'd like to split all three issues to separate commits/reviews, as it's three quite independent issues.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80425/new/
https://reviews.llvm.org/D80425
More information about the cfe-commits
mailing list