mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 01:16:05 +00:00

OpenMP 5.1 adds an extra enum entry for ompt_scope_t, which makes the related switch statement incomplete. Also adding cases for newly added barrier variants. Differential Revision: https://reviews.llvm.org/D90758