"clang/test/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "5b6dda33d1227e9f9c2a3ec8464a7ddd90df45d2"
[MSan] add KMSAN support to Clang driver
Boilerplate code for using KMSAN instrumentation in Clang. We add a new command line flag, -fsanitize=kernel-memory, with a corresponding SanitizerKind::KernelMemory, which, along with SanitizerKind::Memory, maps to the memory_sanitizer feature. KMSAN is only supported on x86_64 Linux. It's incompatible with other sanitizers, but supports code coverage instrumentation. llvm-svn: 341641
Loading
Please register or sign in to comment