krytarowski added inline comments.
================ Comment at: lib/CodeGen/BackendUtil.cpp:323 Opts.ToolType = EfficiencySanitizerOptions::ESAN_CacheFrag; - else if (LangOpts.Sanitize.has(SanitizerKind::EfficiencyWorkingSet)) + else if (T.getOS() == Triple::Linux && + LangOpts.Sanitize.has(SanitizerKind::EfficiencyWorkingSet)) ---------------- Is it possible to port it to FreeBSD and skip some conditions in generic code? Repository: rC Clang https://reviews.llvm.org/D52610 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits