[llvm] [SystemZ] Add SystemZ path for the PR labeler (PR #82515)
Kai Nacke via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 10:11:31 PST 2024
https://github.com/redstar created https://github.com/llvm/llvm-project/pull/82515
Similar to #82200:
Add paths for SystemZ related changes to the PR labeler.
There is no pr-subscribers-backend:SystemZ team in the llvm org yet.
Much appreciated if some admin can help to create the team.
>From d24cbc0f5d52bc2df59d9b0b55feef36a98c4c0d Mon Sep 17 00:00:00 2001
From: Kai Nacke <kai.peter.nacke at ibm.com>
Date: Wed, 21 Feb 2024 18:08:13 +0000
Subject: [PATCH] [SystemZ] Add SystemZ path for the PR labeler
Similar to #82200:
Add paths for SystemZ related changes to the PR labeler.
There is no pr-subscribers-backend:SystemZ team in the llvm org yet.
Much appreciated if some admin can help to create the team.
---
.github/new-prs-labeler.yml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index 7a37a96d6e3812..8ed976fbdddc64 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -846,6 +846,26 @@ backend:PowerPC:
- clang/lib/Driver/ToolChains/Arch/PPC.*
- clang/test/CodeGen/PowerPC/**
+backend:SystemZ:
+ - llvm/include/llvm/BinaryFormat/ELFRelocs/SystemZ*
+ - llvm/include/llvm/BinaryFormat/GOFF.h
+ - llvm/include/llvm/IR/IntrinsicsSystemZ.td
+ - llvm/lib/Target/SystemZ/**
+ - llvm/test/Analysis/**/SystemZ/**
+ - llvm/test/CodeGen/SystemZ/**
+ - llvm/test/DebugInfo/SystemZ/**
+ - llvm/test/ExecutionEngine/**/SystemZ/**
+ - llvm/test/MC/Disassembler/SystemZ/**
+ - llvm/test/MC/GOFF/**
+ - llvm/test/MC/SystemZ/**
+ - llvm/test/Transforms/**/SystemZ/**
+ - clang/include/clang/Basic/BuiltinsSystemZ.*
+ - clang/lib/Basic/Targets/SystemZ.*
+ - clang/lib/CodeGen/Targets/SystemZ.cpp
+ - clang/lib/Driver/ToolChains/ZOS*
+ - clang/lib/Driver/ToolChains/Arch/SystemZ.*
+ - clang/test/CodeGen/SystemZ/**
+
third-party:unittests:
- third-party/unittests/**
More information about the llvm-commits
mailing list