[PATCH] D84806: [scudo][standalone] Add new mallopt options.
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 15:26:53 PDT 2020
cryptoad added inline comments.
================
Comment at: compiler-rt/lib/scudo/standalone/wrappers_c.inc:180
+ case M_MEMTAG_TUNING:
+ option = scudo::Option::MemtagTuning;
+ break;
----------------
gcc complains that it can't convert the enum to an int.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84806/new/
https://reviews.llvm.org/D84806
More information about the llvm-commits
mailing list