[compiler-rt] Windows Trace Logging for error reports.
authorMatthew G McGovern <matthew.mcgovern@microsoft.com>
Wed, 27 Feb 2019 23:43:50 +0000 (23:43 +0000)
committerMatthew G McGovern <matthew.mcgovern@microsoft.com>
Wed, 27 Feb 2019 23:43:50 +0000 (23:43 +0000)
commit8edffdb4f0fad5c26a17fe1b47db993c038a1044
tree85818012b5d75e3c5a1f4fdf58048adfe97c8050
parent4fb3502bc9faf5b32024f61cc3f043b563d7b66b
[compiler-rt] Windows Trace Logging for error reports.

Adds option for collecting sanitixer dumps via trace logging.
    - Set log_to_syslog=1 to enable this output.
    - Consult https://aka.ms/windowstracelogging for details on use.

llvm-svn: 355045
compiler-rt/lib/sanitizer_common/sanitizer_common.h
compiler-rt/lib/sanitizer_common/sanitizer_win.cc