[all-commits] [llvm/llvm-project] b63431: [Windows] Emit dependency to flang_rt.builtins.lib...
Michael Kruse via All-commits
all-commits at lists.llvm.org
Mon Nov 11 07:36:20 PST 2024
Branch: refs/heads/users/meinersbur/flang_runtime
Home: https://github.com/llvm/llvm-project
Commit: b634317d653a51bfbb3634091b5a331fc80e3d38
https://github.com/llvm/llvm-project/commit/b634317d653a51bfbb3634091b5a331fc80e3d38
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2024-11-11 (Mon, 11 Nov 2024)
Changed paths:
M clang/lib/Driver/ToolChains/Flang.cpp
M flang-rt/cmake/modules/AddFlangRT.cmake
Log Message:
-----------
[Windows] Emit dependency to flang_rt.builtins.lib in every flang-compiled object file.
The dependency is already transitive due to flang-rt depending on it, so
it shouldn't be necessary. However, CMake may depend on it, and the
transsitivity may be ignored in DLLs.
To avoid breaking things, keep the original behaviour but remove the
redundant condition and update the wrong comment.
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