llvm/tools
Leny Kholodov 479dc2c0fe [Support] Lazy load of dbghlp.dll on Windows
This patch changes linkage with dbghlp.dll for clang from static (at load time)
to on demand (at the first use of required functions). Clang uses dbghlp.dll
only in minor use-cases. First of all in case of crash and in case of plugin load.
The dbghlp.dll library can be absent on system. In this case clang will fail
to load. With lazy load of dbghlp.dll clang can work even if dbghlp.dll
is not available.

Differential Revision: http://reviews.llvm.org/D10737



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241271 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-02 14:34:57 +00:00
..
bugpoint
bugpoint-passes
dsymutil
gold
llc
lli
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-c-test
llvm-config
llvm-cov
llvm-cxxdump
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract
llvm-go
llvm-jitlistener
llvm-link
llvm-lto
llvm-mc
llvm-mcmarkup
llvm-nm
llvm-objdump Expose getRel and getRela to reduce code duplication. 2015-07-02 14:21:38 +00:00
llvm-pdbdump
llvm-profdata
llvm-readobj Return ErrorOr from getSection. 2015-07-01 12:56:27 +00:00
llvm-rtdyld
llvm-shlib
llvm-size
llvm-stress
llvm-symbolizer [Support] Lazy load of dbghlp.dll on Windows 2015-07-02 14:34:57 +00:00
lto
macho-dump
msbuild
obj2yaml Return ErrorOr from getSection. 2015-07-01 12:56:27 +00:00
opt
verify-uselistorder
yaml2obj
CMakeLists.txt
LLVMBuild.txt
Makefile