[PATCH] D26473: [asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initialization

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 16:09:27 PST 2016


rnk updated this revision to Diff 77419.
rnk added a comment.

- Use LoadLibrary instead of /delayload:dbghelp.dll


https://reviews.llvm.org/D26473

Files:
  lib/sanitizer_common/sanitizer_dbghelp.h
  lib/sanitizer_common/sanitizer_symbolizer_win.cc
  lib/sanitizer_common/sanitizer_symbolizer_win.h
  lib/sanitizer_common/sanitizer_win.cc
  test/asan/TestCases/Windows/Inputs/delay_dbghelp/dbghelp.dll
  test/asan/TestCases/Windows/Inputs/delay_dbghelp/ucrtbase.dll
  test/asan/TestCases/Windows/delay_dbghelp.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26473.77419.patch
Type: text/x-patch
Size: 6928 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161110/50630f4f/attachment.bin>


More information about the llvm-commits mailing list