================ @@ -281,3 +286,11 @@ void Haiku::addLibCxxIncludePaths(const llvm::opt::ArgList &DriverArgs, Tool *Haiku::buildLinker() const { return new tools::haiku::Linker(*this); } bool Haiku::HasNativeLLVMSupport() const { return true; } + +SanitizerMask Haiku::getSupportedSanitizers() const { + SanitizerMask Res = ToolChain::getSupportedSanitizers(); + + Res |= SanitizerKind::Address; ---------------- devnexen wrote:
ah alright then.. https://github.com/llvm/llvm-project/pull/132335 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits