tsan: actually parse verbofity flag

llvm-svn: 192704
This commit is contained in:
Dmitry Vyukov 2013-10-15 14:00:28 +00:00
parent 5ab4f11152
commit 45baa00dcb
1 changed files with 1 additions and 0 deletions

View File

@ -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");