mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 19:44:38 +08:00
MSVC needs to know where to put the archive (.lib) as well as the runtime (.dll). If left to the default location, multiple rules to generate the same file will be produced, creating a Ninja error. Differential Revision: https://reviews.llvm.org/D108181