[Openmp-commits] [PATCH] D76012: [OpenMP][Tool] Header-only multiplexing of OMPT tools

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jun 5 15:10:57 PDT 2020


protze.joachim updated this revision to Diff 268947.
protze.joachim marked 5 inline comments as done.
protze.joachim added a comment.
Herald added subscribers: sstefan1, yaxunl.

Addressed the comments from Johannes.
Also applied clang-format to all new files.

Increased reuse of callback.h for the test file `custom_data_storage.c.first.tool.c`


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

https://reviews.llvm.org/D76012

Files:
  openmp/runtime/test/ompt/callback.h
  openmp/tools/multiplex/CMakeLists.txt
  openmp/tools/multiplex/README.md
  openmp/tools/multiplex/ompt-multiplex.h
  openmp/tools/multiplex/tests/CMakeLists.txt
  openmp/tools/multiplex/tests/custom_data_storage/custom_data_storage.c
  openmp/tools/multiplex/tests/custom_data_storage/custom_data_storage.c.first.tool.c
  openmp/tools/multiplex/tests/custom_data_storage/custom_data_storage.c.second.tool.c
  openmp/tools/multiplex/tests/lit.cfg
  openmp/tools/multiplex/tests/lit.site.cfg.in
  openmp/tools/multiplex/tests/ompt-signal.h
  openmp/tools/multiplex/tests/print/print.c
  openmp/tools/multiplex/tests/print/print.c.first.tool.c
  openmp/tools/multiplex/tests/print/print.c.second.tool.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76012.268947.patch
Type: text/x-patch
Size: 99485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200605/ea2b5c27/attachment-0001.bin>


More information about the Openmp-commits mailing list