75
75
clang:driver :
76
76
- clang/*/Driver/**
77
77
78
+ compiler-rt:asan :
79
+ - compiler-rt/lib/asan/**
80
+ - compiler-rt/include/sanitizer/asan_interface.h
81
+ - compiler-rt/test/asan/**
82
+ - compiler-rt/lib/asan_abi/**
83
+ - compiler-rt/test/asan_abi/**
84
+
85
+ compiler-rt:builtins :
86
+ - compiler-rt/lib/builtins/**
87
+ - compiler-rt/test/builtins/**
88
+
89
+ compiler-rt:cfi :
90
+ - compiler-rt/lib/cfi/**
91
+ - compiler-rt/test/cfi/**
92
+
93
+ compiler-rt:fuzzer :
94
+ - compiler-rt/lib/fuzzer/**
95
+ - compiler-rt/include/fuzzer/**
96
+ - compiler-rt/test/fuzzer/**
97
+
98
+ compiler-rt:hwasan :
99
+ - compiler-rt/lib/hwasan/**
100
+ - compiler-rt/include/sanitizer/hwasan_interface.h
101
+ - compiler-rt/test/hwasan/**
102
+
103
+ compiler-rt:lsan :
104
+ - compiler-rt/lib/lsan/**
105
+ - compiler-rt/include/sanitizer/lsan_interface.h
106
+ - compiler-rt/test/lsan/**
107
+
108
+ compiler-rt:msan :
109
+ - compiler-rt/lib/msan/**
110
+ - compiler-rt/include/sanitizer/msan_interface.h
111
+ - compiler-rt/test/msan/**
112
+
78
113
compiler-rt:sanitizer :
79
114
- llvm/lib/Transforms/Instrumentation/*Sanitizer*
80
115
- compiler-rt/lib/interception/**
81
116
- compiler-rt/lib/*san*/**
117
+ - compiler-rt/include/sanitizer/**
82
118
- compiler-rt/test/*san*/**
83
119
- compiler-rt/lib/fuzzer/**
120
+ - compiler-rt/include/fuzzer/**
84
121
- compiler-rt/test/fuzzer/**
85
122
- compiler-rt/lib/scudo/**
86
123
- compiler-rt/test/scudo/**
@@ -89,6 +126,19 @@ compiler-rt:scudo:
89
126
- compiler-rt/lib/scudo/**
90
127
- compiler-rt/test/scudo/**
91
128
129
+ compiler-rt:tsan :
130
+ - compiler-rt/lib/tsan/**
131
+ - compiler-rt/include/sanitizer/tsan_interface.h
132
+ - compiler-rt/include/sanitizer/tsan_interface_atomic.h
133
+ - compiler-rt/test/tsan/**
134
+
135
+ compiler-rt:ubsan :
136
+ - compiler-rt/lib/ubsan/**
137
+ - compiler-rt/include/sanitizer/ubsan_interface.h
138
+ - compiler-rt/test/ubsan/**
139
+ - compiler-rt/lib/ubsan_minimal/**
140
+ - compiler-rt/test/ubsan_minimal/**
141
+
92
142
xray :
93
143
- llvm/tools/llvm-xray/**
94
144
- compiler-rt/*/xray/**
0 commit comments