Add new "llvm:SandboxIR" label to .github/new-prs-labeler.yml (#115965)

As requested in
https://github.com/llvm/llvm-project/pull/115577#issuecomment-2466300749
This commit is contained in:
Jorge Gorbe Moya 2024-11-13 11:19:15 -08:00 committed by GitHub
parent a6d299ddb9
commit 48e09fea01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -587,6 +587,12 @@ llvm:ir:
- llvm/docs/LangRef.rst
- llvm/unittests/IR/**
llvm:SandboxIR:
- llvm/lib/SandboxIR/**
- llvm/include/llvm/SandboxIR/**
- llvm/docs/SandboxIR.md
- llvm/unittests/SandboxIR/**
llvm:analysis:
- llvm/lib/Analysis/**
- llvm/include/llvm/Analysis/**