[PATCH] D107971: [openmp] Annotate tmp variables with omp_thread_mem_alloc

Jon Chesterfield via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 12 09:40:16 PDT 2021


JonChesterfield added a comment.

Failed a CI job that builds an openmp test in an environment without omp.h, will revert.

Thoughts on fixing? Putting the omp allocator definition in this header is likely to collide with a real omp.h. Fairly clean fix is to move the definitions into the deviceRTL. Tempting fix is to add a minimal omp.h to the test dir


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107971/new/

https://reviews.llvm.org/D107971



More information about the cfe-commits mailing list