[PATCH] D131830: [OpenMP] Clang Support for taskwait nowait clause
    Martin Storsjö via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Dec  9 08:16:43 PST 2022
    
    
  
mstorsjo added inline comments.
================
Comment at: openmp/runtime/src/dllexports:348
         __kmpc_omp_wait_deps                243
+        __kmpc_omp_taskwait_deps_51         292
         __kmpc_cancel                       244
----------------
This is missing a similar export of `__kmpc_omp_taskwait_51`, which causes a bunch of tests to fail if running them on Windows now. (Also, where do the numbers for these exports get assigned?)
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131830/new/
https://reviews.llvm.org/D131830
    
    
More information about the cfe-commits
mailing list