[PATCH] D138157: Make -fsanitize=scudo use scudo_standalone. Delete check-scudo.
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 17 15:41:28 PST 2022
hctim added a comment.
In D138157#3935173 <https://reviews.llvm.org/D138157#3935173>, @phosek wrote:
> Is the plan to eventually rename `scudo_standalone` to `scudo` once the santiizer-based Scudo implementation is deleted?
Ideally, yes (as well as make scudo_standalone not be in a subfolder). Practically, no, because of all the folks that depend on it (you at fuchsia, android, llvm-libc).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138157/new/
https://reviews.llvm.org/D138157
More information about the llvm-commits
mailing list