[all-commits] [llvm/llvm-project] 2555a8: [flang-rt] Use correct flang-rt build for flang-rt...
David Truby via All-commits
all-commits at lists.llvm.org
Fri Aug 8 03:14:42 PDT 2025
Branch: refs/heads/release/21.x
Home: https://github.com/llvm/llvm-project
Commit: 2555a853789653ad1e2ff04170e52ece985cf1fa
https://github.com/llvm/llvm-project/commit/2555a853789653ad1e2ff04170e52ece985cf1fa
Author: David Truby <david.truby at arm.com>
Date: 2025-08-08 (Fri, 08 Aug 2025)
Changed paths:
M flang-rt/lib/runtime/CMakeLists.txt
M flang-rt/unittests/CMakeLists.txt
Log Message:
-----------
[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
(cherry picked from commit f73a3028c2d46928280d69d9e953ff79d2eb0fbb)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list