[PATCH] D59597: [scudo][standalone] Add flags & related parsers
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 20 13:40:10 PDT 2019
cryptoad planned changes to this revision.
cryptoad added inline comments.
================
Comment at: lib/scudo/standalone/flags_parser.h:26
+ void operator delete(void *, size_t) {}
+};
+
----------------
morehouse wrote:
> Do we need inheritance for Scudo?
Actually that's a good point I might be able to do without. Let me revisit that.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59597/new/
https://reviews.llvm.org/D59597
More information about the llvm-commits
mailing list