[libcxx-commits] [PATCH] D107892: [runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 8 09:56:52 PDT 2021


mstorsjo added a comment.

In D107892#2989709 <https://reviews.llvm.org/D107892#2989709>, @phosek wrote:

> If we still need this, then I'd prefer `${LLVM_DEFAULT_TARGET_TRIPLE}/bin` following https://wiki.debian.org/Multiarch/LibraryPathOverview.

Well, this path is only ever used for windows builds - but yeah, that pattern, <triple>/bin is what I use for mingw things in general too.

But isn’t that a bit inconsistent when the other per-target files are installed into lib/<triple> and include/<triple>?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107892



More information about the libcxx-commits mailing list