Skip to content

Commit e342dcd

Browse files
authored
github: Add llvm:mc label for generic MC interface (llvm#153737)
As a member of github.com/orgs/llvm/teams/pr-subscribers-llvm-mc , I was not notified about PR llvm#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 3e5d8a1 commit e342dcd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/new-prs-labeler.yml

Lines changed: 6 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,12 @@ llvm:adt:
621618
llvm:support:
622619
- llvm/**/Support/**
623620

621+
# Skip llvm/test/MC and llvm/unittests/MC, which includes target-specific directories.
622+
llvm:mc:
623+
- llvm/include/llvm/MC/**
624+
- llvm/lib/MC/**
625+
- llvm/tools/llvm-mc/**
626+
624627
llvm:transforms:
625628
- llvm/lib/Transforms/**
626629
- llvm/include/llvm/Transforms/**

0 commit comments

Comments
 (0)