llvm-project/compiler-rt/lib/sanitizer_common/scripts
Sergey Matveev 6cb47a083b [sanitizer] Support sandboxing in sanitizer coverage.
Summary:
Sandboxed code may now pass additional arguments to
__sanitizer_sandbox_on_notify() to force all coverage data to be dumped to a
single file (the default is one file per module). The user may supply a file or
socket to write to. The latter option can be used to broker out the file writing
functionality. If -1  is passed, we pre-open a file.

llvm-svn: 209121
2014-05-19 12:53:03 +00:00
..
check_lint.sh migrate litlint from argparse to optparse. reenabled 2014-05-14 23:31:20 +00:00
cpplint.py Fix typos 2014-05-15 02:22:34 +00:00
gen_dynamic_list.py Fix gen_dynamic_list.py for Python 3. Patch by Marcoen Hirschberg. 2013-12-17 12:19:16 +00:00
litlint.py cleanup and test litlint 2014-05-15 18:52:11 +00:00
litlint_test.py cleanup and test litlint 2014-05-15 18:52:11 +00:00
sancov.py [sanitizer] Support sandboxing in sanitizer coverage. 2014-05-19 12:53:03 +00:00