search for: dghelp

Displaying 3 results from an estimated 3 matches for "dghelp".

Did you mean: dbghelp
2015 Dec 24
2
r250501 adds dependancy to ole32.dll on MSVC
...ck a #pragma(lib, user32) (et al) somewhere as > well? So ole32 and friends are added by default by cmake[3] which is why you are seeing them on the executables. Looking through the source I find advapi32.lib, psapi.lib, shell32.lib and dbghelp.lib are added via pragmas. Of these psapi.lib and dghelp.lib are not added to the default libs by cmake[3]. So just removing the pragmas would break the build without adding them back into the linking libs in cmake. Tho it would break all non-cmake based builds (that are using LLVM components) out there that don't happen to also link those libs. That...
2016 Jan 12
2
r250501 adds dependancy to ole32.dll on MSVC
...> > So ole32 and friends are added by default by cmake[3] which is why you > > are seeing them on the executables. > > > > Looking through the source I find advapi32.lib, psapi.lib, shell32.lib > > and dbghelp.lib are added via pragmas. Of these psapi.lib and > > dghelp.lib are not added to the default libs by cmake[3]. So just > > removing the pragmas would break the build without adding them back > > into the linking libs in cmake. Tho it would break all non-cmake based > > builds (that are using LLVM components) out there that don't happen...
2015 Dec 23
2
r250501 adds dependancy to ole32.dll on MSVC
On Wed, Dec 23, 2015 at 11:25 AM, Aaron Ballman via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Wed, Dec 23, 2015 at 1:55 PM, Jakob Bornecrantz <wallbraker at gmail.com> > wrote: > > On Wed, Dec 23, 2015 at 5:49 PM, Aaron Ballman <aaron at aaronballman.com> > wrote: > >> On Wed, Dec 23, 2015 at 11:29 AM, Jakob Bornecrantz via llvm-dev > >>