[llvm] [Github][OpenMP] Adding rule for OpenMP label (PR #65331)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 13:12:29 PDT 2023


================
@@ -244,7 +244,27 @@ tools:llvm-mca:
   - llvm/lib/MCA/**/*
 
 openmp:
+  - clang/lib/Headers/openmp_wrappers/*
+  - clang/lib/CodeGen/CGOpenMPRuntime.cpp
+  - clang/lib/CodeGen/CGOpenMPRuntime.h
+  - clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
+  - clang/lib/CodeGen/CGOpenMPRuntimeGPU.h
+  - clang/lib/Sema/SemaOpenMP.cpp
----------------
shiltian wrote:

These are not sufficient. For example, `clang/include/clang/AST/OpenMPClause.h` is missing. Those table gen files are too.

https://github.com/llvm/llvm-project/pull/65331


More information about the llvm-commits mailing list