diff options
Diffstat (limited to 'offload/libomptarget/OpenMP/InteropAPI.cpp')
-rw-r--r-- | offload/libomptarget/OpenMP/InteropAPI.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/offload/libomptarget/OpenMP/InteropAPI.cpp b/offload/libomptarget/OpenMP/InteropAPI.cpp index c55ef2c..d6ef17c 100644 --- a/offload/libomptarget/OpenMP/InteropAPI.cpp +++ b/offload/libomptarget/OpenMP/InteropAPI.cpp @@ -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)); + kmp_depend_info_t *noalias_dep_list); } // extern "C" |