[PATCH] D109890: Flang OpenMP Report Plugin

Ivan Zhechev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 03:39:12 PDT 2021


ijan1 updated this revision to Diff 373837.
ijan1 marked 7 inline comments as done.
ijan1 added a comment.

Thanks for the feedback! I am still working on some of the things you've pointed out, however I have managed to add tests.
Unfortunately, since the plugin outputs a file with the same name every time, this causes some of the tests to fail because they're ran in parallel.
I will have a patch which adds the source file's name to the one generated by the plugin so that there\' a unique file each time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109890

Files:
  flang/examples/CMakeLists.txt
  flang/examples/flang-omp-report-plugin/CMakeLists.txt
  flang/examples/flang-omp-report-plugin/flang-omp-report-support.cpp
  flang/examples/flang-omp-report-plugin/flang-omp-report-support.h
  flang/examples/flang-omp-report-plugin/flang-omp-report.cpp
  flang/examples/flang-omp-report-plugin/flang-omp-report.h
  flang/test/Examples/Inputs/omp-atomic.f90
  flang/test/Examples/Inputs/omp-declarative-directive.f90
  flang/test/Examples/Inputs/omp-device-constructs.f90
  flang/test/Examples/atomic-yaml.f90
  flang/test/Examples/declarative-yaml.f90
  flang/test/Examples/device-yaml.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109890.373837.patch
Type: text/x-patch
Size: 33940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210921/758d0f01/attachment.bin>


More information about the llvm-commits mailing list