[flang-commits] [flang] [llvm] [flang-rt] Remove library dependency from flang-rt to offload (PR #198793)
Michael Kruse via flang-commits
flang-commits at lists.llvm.org
Fri May 22 03:55:05 PDT 2026
================
@@ -111,6 +111,8 @@ set(host_sources
)
if (TARGET llvm-libc-common-utilities)
----------------
Meinersbur wrote:
[unrelated to this PR] If I read this correctly, `include(FindLibcCommonUtils)` in `flang-rt/CMakeLists.txt` will ensure that `llvm-libc-common-utilities` is always created, making `if (TARGET llvm-libc-common-utilities)` unnecessary.
https://github.com/llvm/llvm-project/pull/198793
More information about the flang-commits
mailing list