[PATCH] D80425: Fix LLVM/Clang builds with mingw toolchain

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 24 06:23:49 PDT 2020


thieta added a comment.

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?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80425





More information about the llvm-commits mailing list