[all-commits] [llvm/llvm-project] c20a95: [flang-rt] Remove hard-coded dependency on compile...
David Truby via All-commits
all-commits at lists.llvm.org
Sat Jul 26 06:43:03 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c20a95a7ddd8219f3e587e335a0a8e3f4613fc47
https://github.com/llvm/llvm-project/commit/c20a95a7ddd8219f3e587e335a0a8e3f4613fc47
Author: David Truby <david.truby at arm.com>
Date: 2025-07-26 (Sat, 26 Jul 2025)
Changed paths:
M flang-rt/cmake/modules/AddFlangRT.cmake
M flang-rt/unittests/CMakeLists.txt
Log Message:
-----------
[flang-rt] Remove hard-coded dependency on compiler-rt path on Windows (#150244)
This fixes an issue where if the build folder is no longer present flang
cannot link anything on Windows because the path to compiler-rt in the
binary is hard-coded. Flang already links compiler-rt on Windows so it
isn't necessary for flang-rt to specify that it depends on compiler-rt
at all, other than for the unit tests, so instead we can move that logic
into the unit test compile lines.
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