All `c++.dll`s for `*-pc-windows-msvc` install to `bin/c++.dll`
Open
build-problem
question
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
It's impossible to create an installed toolchain for `*-pc-windows-msvc` that ships with dynamic libc++ libraries for multiple architectures because the install target copies them to the same path. Shouldn't `LLVM_ENABLE_PER_TARGET_RUNTIME_DIR` put them into separate directories?
Contributor guide
Assessment
This issue has not been assessed yet.