Skip to content

Commit ee5577a

Browse files
committed
github: Add llvm:mc label for generic MC interface
As a member of github.com/orgs/llvm/teams/pr-subscribers-llvm-mc , I was not notified about PR #149935. This commit introduces the `llvm:mc` label to cover the generic MC interface, excluding target-specific MCTargetDesc files. - Rename the `mc` label to `llvm:mc` for consistency with other LLVM subdirectory labels. - Exclude `llvm/test/MC` from the label scope, as it contains many target-specific directories. Admin: please change the name of https://github.com/orgs/llvm/teams/pr-subscribers-llvm-mc to "pr-subscribers-llvm:mc", similar to pr-subscribers-llvm:ir
1 parent 93d24b6 commit ee5577a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/new-prs-labeler.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ LTO:
9090
- llvm/lib/Transforms/*/FunctionImport*
9191
- llvm/tools/gold/**
9292

93-
mc:
94-
- llvm/*/MC/**
95-
9693
clang:driver:
9794
- clang/*/Driver/**
9895

@@ -621,6 +618,10 @@ llvm:adt:
621618
llvm:support:
622619
- llvm/**/Support/**
623620

621+
# Skip llvm/test/MC, which includes target-specific directories
622+
llvm:mc:
623+
- llvm/lib/MC/**
624+
624625
llvm:transforms:
625626
- llvm/lib/Transforms/**
626627
- llvm/include/llvm/Transforms/**

0 commit comments

Comments
 (0)