This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add additional functionality to Clang-wrapper script
Needs ReviewPublic

Authored by jhuber6 on Dec 10 2020, 11:49 AM.

Details

Summary

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.

Diff Detail