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

Saleem Abdulrasool via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 8 09:28:29 PDT 2021


compnerd added a comment.

I really would prefer to avoid adding `bin/<TRIPLE>` to the default installation path.  This doesn't match the defaults for most platforms (e.g. exherbo uses `/usr/<triple>/bin` - which would be a default value of `${LLVM_DEFAULT_TARGET_TRIPLE}/bin`.  On Windows, it seems that `bin`, `bin64`, `bin64a` is the style that Microsoft uses.  Having to have different defaults seems unfortunate.  Defaulting to `bin` and letting the user override it seems reasonable to me.


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