| commit | 2bfcaabdec0cac95ed118958e759652e3cc55cde | [log] [tgz] |
|---|---|---|
| author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | Thu Mar 20 14:58:36 2014 +0000 |
| committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | Thu Mar 20 14:58:36 2014 +0000 |
| tree | 7577a5a609f8845c883cb7337c44feb7ecdbdb74 | |
| parent | d8de5b68681a06a45aace49892f45a015f5ee2ba [diff] |
[msan] -fsanitize-memory-track-origins=[level] flag and docs. This change turns -fsanitize-memory-track-origins into -fsanitize-memory-track-origins=[level] flag (keeping the old one for compatibility). Possible levels are 0 (off), 1 (default) and 2 (incredibly detailed). See docs (part of this patch) for more info. llvm-svn: 204346