llvm-project/compiler-rt/include
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
..
sanitizer [sanitizer] Support sandboxing in sanitizer coverage. 2014-05-19 12:53:03 +00:00
CMakeLists.txt [CMake] Rename several variables 2014-02-18 14:28:53 +00:00