[PATCH] D35866: [sanitizer_common] Fuchsia-specific implementation of SanitizerCoverage

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 11:44:57 PDT 2017


vitalybuka added a reviewer: vitalybuka.
vitalybuka added a comment.

LGTM, please let others to check



================
Comment at: lib/sanitizer_common/sanitizer_coverage_libcdep_new.cc:17
 #include "sanitizer_symbolizer.h"
+#if !SANITIZER_FUCHSIA
 
----------------
To other reviewers:
Sanitizers are inconsistent here. Some files are disabled in cmake other files with such #ifs. Why is it so?


Repository:
  rL LLVM

https://reviews.llvm.org/D35866





More information about the llvm-commits mailing list