blob: fe30f5037cdf79a1318d714e165d0998f97dd294 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
LLVM sanitizer runtimes - runtime libraries that are required to run the
code with sanitizer instrumentation. Santizers include:
- AddressSanitizer
- ThreadSanitizer
- UndefinedBehaviorSanitizer
- MemorySanitizer
- LeakSanitizer
- DataFlowSanitizer
WWW: http://compiler-rt.llvm.org/
|