[Openmp-commits] [PATCH] D59783: [OpenMP] Implement 5.0 memory management

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Mar 28 09:56:20 PDT 2019


jlpeyton updated this revision to Diff 192665.
jlpeyton added a comment.

1. Addressed Alexey’s comment on enumeration type in C++11 -  added base type under “#if __cplusplus >= 201103”.
2. Fixed Fortan headers so that they can be built by gfortran – removed bind(c) from omp_init_allocator function declaration (gfortran complained that array of structures is not c-boundable type). Also fixed implementation in kmp_ftn_entry.h – added pointers dereference.


Repository:
  rOMP OpenMP

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

https://reviews.llvm.org/D59783

Files:
  runtime/src/dllexports
  runtime/src/include/50/omp.h.var
  runtime/src/include/50/omp_lib.f.var
  runtime/src/include/50/omp_lib.f90.var
  runtime/src/include/50/omp_lib.h.var
  runtime/src/kmp.h
  runtime/src/kmp_alloc.cpp
  runtime/src/kmp_csupport.cpp
  runtime/src/kmp_ftn_entry.h
  runtime/src/kmp_ftn_os.h
  runtime/src/kmp_global.cpp
  runtime/src/kmp_settings.cpp
  runtime/src/kmp_stub.cpp
  runtime/test/api/omp_alloc.c
  runtime/test/api/omp_alloc_def_fb.c
  runtime/test/api/omp_alloc_hbw.c
  runtime/test/api/omp_alloc_null_fb.c
  runtime/tools/generate-def.pl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59783.192665.patch
Type: text/x-patch
Size: 69910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190328/d3c706d2/attachment-0001.bin>


More information about the Openmp-commits mailing list