[all-commits] [llvm/llvm-project] 1256d1: [flang] Add dependency to all runtime types to mai...
David Truby via All-commits
all-commits at lists.llvm.org
Tue Nov 14 06:25:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1256d1d17e8668582a923cb36b6bc9b31034d7f7
https://github.com/llvm/llvm-project/commit/1256d1d17e8668582a923cb36b6bc9b31034d7f7
Author: David Truby <david at truby.dev>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M flang/lib/Decimal/CMakeLists.txt
M flang/runtime/CMakeLists.txt
M flang/runtime/FortranMain/CMakeLists.txt
Log Message:
-----------
[flang] Add dependency to all runtime types to main target on Windows
This patch fixes a small bug where the new flang runtime types for
Windows (static, static_dbg, etc) are not built when the FortranRuntime
is requested by adding the missing dependency.
More information about the All-commits
mailing list