[Openmp-commits] [PATCH] D93057: [OpenMP] Add additional functionality to Clang-wrapper script

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Dec 10 11:49:19 PST 2020


jhuber6 created this revision.
jhuber6 added reviewers: jdoerfert, ggeorgakoudis.
jhuber6 added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
jhuber6 requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.

This patch adds additional functinality to the existing script. The script can now generate and parse optimization record files from Clang and will run clang-tidy on the inputs using the OpenMP checks. There is an existing bug preventing full analysis of progams that use OpenMP Offloading https://bugs.llvm.org/show_bug.cgi?id=48153.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93057

Files:
  openmp/tools/analyzer/analyzer.py
  openmp/tools/analyzer/llvm-openmp-analyzer
  openmp/tools/analyzer/optrecord.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93057.310972.patch
Type: text/x-patch
Size: 15558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20201210/5b561f11/attachment-0001.bin>


More information about the Openmp-commits mailing list