[PATCH] D58552: [compiler-rt] Windows Trace Logging for error reports.
Matthew G McGovern via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 26 15:15:52 PST 2019
mcgov updated this revision to Diff 188469.
mcgov added a comment.
- Switched from GetModuleFileNameA to GetModuleFileName.
- Switched from stack-allocated char[] to a vector<wchar_t> to allow dynamic allocation for filename.
- Added TraceLoggingUnregister to both RunAtExit and internal__exit paths.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58552/new/
https://reviews.llvm.org/D58552
Files:
lib/sanitizer_common/sanitizer_common.h
lib/sanitizer_common/sanitizer_win.cc
utils/AddressSanitizerLoggingProvider.wprp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58552.188469.patch
Type: text/x-patch
Size: 5115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190226/06366ddf/attachment.bin>
More information about the llvm-commits
mailing list