forked from OSchip/llvm-project
parent
5ab4f11152
commit
45baa00dcb
|
@ -27,6 +27,7 @@ void ParseCommonFlagsFromString(const char *str) {
|
|||
ParseFlag(str, &f->symbolize, "symbolize");
|
||||
ParseFlag(str, &f->handle_ioctl, "handle_ioctl");
|
||||
ParseFlag(str, &f->log_path, "log_path");
|
||||
ParseFlag(str, &f->verbosity, "verbosity");
|
||||
ParseFlag(str, &f->detect_leaks, "detect_leaks");
|
||||
ParseFlag(str, &f->leak_check_at_exit, "leak_check_at_exit");
|
||||
ParseFlag(str, &f->allocator_may_return_null, "allocator_may_return_null");
|
||||
|
|
Loading…
Reference in New Issue