[compiler-rt] r291735 - [sancov] there are windows tests that check linker symbols
Mike Aizatsky via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 17:35:27 PST 2017
Author: aizatsky
Date: Wed Jan 11 19:35:26 2017
New Revision: 291735
URL: http://llvm.org/viewvc/llvm-project?rev=291735&view=rev
Log:
[sancov] there are windows tests that check linker symbols
Modified:
compiler-rt/trunk/lib/sanitizer_common/sanitizer_coverage_libcdep.cc
Modified: compiler-rt/trunk/lib/sanitizer_common/sanitizer_coverage_libcdep.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/sanitizer_coverage_libcdep.cc?rev=291735&r1=291734&r2=291735&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_coverage_libcdep.cc (original)
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_coverage_libcdep.cc Wed Jan 11 19:35:26 2017
@@ -954,9 +954,7 @@ SANITIZER_INTERFACE_ATTRIBUTE void __san
}
SANITIZER_INTERFACE_ATTRIBUTE void __sanitizer_cov_dump() {
coverage_data.DumpAll();
-#if SANITIZER_LINUX
__sanitizer_dump_trace_pc_guard_coverage();
-#endif
}
SANITIZER_INTERFACE_ATTRIBUTE void
__sanitizer_cov_module_init(s32 *guards, uptr npcs, u8 *counters,
More information about the llvm-commits
mailing list