llvm-project
f73a3028 - [flang-rt] Use correct flang-rt build for flang-rt unit tests on Windows (#152318)

Commit
54 days ago
[flang-rt] Use correct flang-rt build for flang-rt unit tests on Windows (#152318) Currrently flang-rt assumes that LLVM was always built with the dynamic MSVC runtime. This may not be the case, if the user has specified a different runtime with -DCMAKE_MSVC_RUNTIME_LIBRARY. Since this flag is implied by -DLLVM_ENABLE_RPMALLOC=On, which is used by the Windows release script, this is causing that script to fail. Fixes #151920
Author
Parents
Loading