[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
================
@@ -89,6 +119,16 @@ compiler-rt:scudo:
- compiler-rt/lib/scudo/**
- compiler-rt/test/scudo/**
+compiler-rt:tsan:
+ - compiler-rt/lib/tsan/**
----------------
dvyukov wrote:
There are also files that correspond to each of sanitizers in compiler-rt/include/sanitizer/
https://github.com/llvm/llvm-project/pull/79872
More information about the llvm-commits
mailing list