Skip to content

Commit 47daf14

Browse files
authored
Update paths for debuginfo labeling (#66143)
Adds a bunch of stuff overlooked in the original setup. Steps back a little on the llvm/lib/CodeGen/AsmPrinter paths.
1 parent 0f4c9a0 commit 47daf14

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

.github/new-prs-labeler.yml

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,13 +313,30 @@ testing-tools:
313313
- llvm/utils/update*_test_checks.py
314314

315315
debuginfo:
316-
- clang/lib/CodeGen/CGDebugInfo.cpp
316+
- clang/lib/CodeGen/CGDebugInfo.*
317317
- llvm/include/llvm/BinaryFormat/Dwarf.*
318+
- llvm/include/llvm/CodeGen/*Debug*.*
318319
- llvm/include/llvm/DebugInfo/**
319-
- llvm/include/llvm/IR/Debug*.h
320-
- llvm/lib/CodeGen/AsmPrinter/**
320+
- llvm/include/llvm/Debuginfod/**
321+
- llvm/include/llvm/Frontend/Debug/**
322+
- llvm/include/llvm/IR/Debug*.*
323+
- llvm/include/llvm/Object/*Debug*.*
324+
- llvm/include/llvm/ObjectYAML/*Debug*.*
325+
- llvm/include/llvm/Transforms/Utils/*Debug*.*
326+
- llvm/include/llvm-c/DebugInfo.h
327+
- llvm/lib/BinaryFormat/Dwarf.cpp
328+
- llvm/lib/CodeGen/AsmPrinter/*Debug*.*
329+
- llvm/lib/CodeGen/AsmPrinter/Dwarf*.*
330+
- llvm/lib/CodeGen/AsmPrinter/DIE*.*
331+
- llvm/lib/CodeGen/LiveDebugValues/**
332+
- llvm/lib/CodeGen/*Debug*.*
333+
- llvm/lib/CodeGen/DwarfEHPrepare.cpp
321334
- llvm/lib/DebugInfo/**
335+
- llvm/lib/Debuginfod/**
336+
- llvm/lib/DWARFLinkerParallel/**
322337
- llvm/lib/IR/Debug*.cpp
338+
- llvm/lib/MC/MCDwarf.cpp
339+
- llvm/lib/Transforms/Utils/*Debug*.*
323340
- llvm/test/DebugInfo/**
324341
- llvm/test/tools/dsymutil/**
325342
- llvm/test/tools/llvm-debuginfo-analyzer/**

0 commit comments

Comments
 (0)