[llvm] [OFFLOAD] Interop fixes for Windows (PR #162652)
Kevin Sala Penades via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 9 09:37:08 PDT 2025
================
@@ -22,8 +22,7 @@ extern "C" {
void __kmpc_omp_wait_deps(ident_t *loc_ref, int32_t gtid, int32_t ndeps,
kmp_depend_info_t *dep_list, int32_t ndeps_noalias,
- kmp_depend_info_t *noalias_dep_list)
- __attribute__((weak));
----------------
kevinsala wrote:
I think so too. I don't see why these attributes are needed without a definition in libomptarget. If it's not linked to libomp, or another lib providing this symbol, there will be a linking error anyway.
https://github.com/llvm/llvm-project/pull/162652
More information about the llvm-commits
mailing list