1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/include/llvm/Config
Leny Kholodov 76adfcc946 [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

llvm-svn: 241271
2015-07-02 14:34:57 +00:00
..
AsmParsers.def.in replace a couple of single-line comments with /* */ to fix the build of stuff depending on the C headers 2012-09-02 14:19:21 +00:00
AsmPrinters.def.in replace a couple of single-line comments with /* */ to fix the build of stuff depending on the C headers 2012-09-02 14:19:21 +00:00
config.h.cmake [Support] Lazy load of dbghlp.dll on Windows 2015-07-02 14:34:57 +00:00
config.h.in [Support] Lazy load of dbghlp.dll on Windows 2015-07-02 14:34:57 +00:00
Disassemblers.def.in replace a couple of single-line comments with /* */ to fix the build of stuff depending on the C headers 2012-09-02 14:19:21 +00:00
llvm-config.h.cmake Reorder LLVM_ENABLE_ABI_BREAKING_CHECKS in llvm-config.h.*. 2015-06-18 04:07:12 +00:00
llvm-config.h.in Reorder LLVM_ENABLE_ABI_BREAKING_CHECKS in llvm-config.h.*. 2015-06-18 04:07:12 +00:00
Targets.def.in