[PATCH] D74448: [scudo][standalone] Allow setting release to OS

Christopher Ferris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 15:17:16 PST 2020


cferris added reviewers: pcc, cryptoad.
cferris added a comment.

I added a parameter to the primary and secondary, but I'm not sure when to set using the default. Right now, if the flag release_to_os_interval is set to -1, then it uses the default.  I think that it would be better to have the default always override, but what do you think?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74448/new/

https://reviews.llvm.org/D74448





More information about the llvm-commits mailing list