[llvm] Update paths for `debuginfo` labeling (PR #66143)
Paul T Robinson via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 12 14:00:29 PDT 2023
https://github.com/pogo59 created https://github.com/llvm/llvm-project/pull/66143:
Adds a bunch of stuff overlooked in the original setup. Steps back a little on the llvm/lib/CodeGen/AsmPrinter paths.
>From abf844374559c562a5eae599fa7bd9103ff1d593 Mon Sep 17 00:00:00 2001
From: Paul Robinson <paul.robinson at sony.com>
Date: Tue, 12 Sep 2023 13:58:38 -0700
Subject: [PATCH] Update paths for `debuginfo` labeling
Adds a bunch of stuff overlooked in the original setup.
Steps back a little on the llvm/lib/CodeGen/AsmPrinter paths.
---
.github/new-prs-labeler.yml | 23 ++++++++++++++++++++---
1 file changed, 20 insertions(+), 3 deletions(-)
diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index 09f541efabc7ce0..5ecfc9ca42a4154 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -313,13 +313,30 @@ testing-tools:
- llvm/utils/update*_test_checks.py
debuginfo:
- - clang/lib/CodeGen/CGDebugInfo.cpp
+ - clang/lib/CodeGen/CGDebugInfo.*
- llvm/include/llvm/BinaryFormat/Dwarf.*
+ - llvm/include/llvm/CodeGen/*Debug*.*
- llvm/include/llvm/DebugInfo/**
- - llvm/include/llvm/IR/Debug*.h
- - llvm/lib/CodeGen/AsmPrinter/**
+ - llvm/include/llvm/Debuginfod/**
+ - llvm/include/llvm/Frontend/Debug/**
+ - llvm/include/llvm/IR/Debug*.*
+ - llvm/include/llvm/Object/*Debug*.*
+ - llvm/include/llvm/ObjectYAML/*Debug*.*
+ - llvm/include/llvm/Transforms/Utils/*Debug*.*
+ - llvm/include/llvm-c/DebugInfo.h
+ - llvm/lib/BinaryFormat/Dwarf.cpp
+ - llvm/lib/CodeGen/AsmPrinter/*Debug*.*
+ - llvm/lib/CodeGen/AsmPrinter/Dwarf*.*
+ - llvm/lib/CodeGen/AsmPrinter/DIE*.*
+ - llvm/lib/CodeGen/LiveDebugValues/**
+ - llvm/lib/CodeGen/*Debug*.*
+ - llvm/lib/CodeGen/DwarfEHPrepare.cpp
- llvm/lib/DebugInfo/**
+ - llvm/lib/Debuginfod/**
+ - llvm/lib/DWARFLinkerParallel/**
- llvm/lib/IR/Debug*.cpp
+ - llvm/lib/MC/MCDwarf.cpp
+ - llvm/lib/Transforms/Utils/*Debug*.*
- llvm/test/DebugInfo/**
- llvm/test/tools/dsymutil/**
- llvm/test/tools/llvm-debuginfo-analyzer/**
More information about the llvm-commits
mailing list