[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 15:32:25 PST 2016


rnk added a comment.

Also, this isn't sufficient to fix the issue in static builds. I'm rewriting this to use LoadLibrary / GetProcAddress.


https://reviews.llvm.org/D26473





More information about the llvm-commits mailing list