[llvm] Add compiler-rt:* to .github/new-prs-labeler.yml [NFC] (PR #79872)
Dmitry Vyukov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 09:56:18 PST 2024
================
@@ -75,6 +75,36 @@ mc:
clang:driver:
- clang/*/Driver/**
+compiler-rt:asan:
+ - compiler-rt/lib/asan/**
+ - compiler-rt/test/asan/**
+ - compiler-rt/lib/asan_abi/**
+ - compiler-rt/test/asan_abi/**
+
+compiler-rt:builtins:
+ - compiler-rt/lib/builtins/**
+ - compiler-rt/test/builtins/**
+
+compiler-rt:cfi:
+ - compiler-rt/lib/cfi/**
+ - compiler-rt/test/cfi/**
+
+compiler-rt:fuzzer:
+ - compiler-rt/lib/fuzzer/**
+ - compiler-rt/test/fuzzer/**
+
+compiler-rt:hwasan:
+ - compiler-rt/lib/hwsan/**
----------------
dvyukov wrote:
s/hwsan/hwasan/
https://github.com/llvm/llvm-project/pull/79872
More information about the llvm-commits
mailing list