[LLVMdev] Build LLVM as a DLL on Windows x86

Alan Garny agarny at hellix.com
Tue Nov 15 01:10:47 PST 2011


> >> For what is worth, I have been able to trace my problem (thanks Kevin
> >> Kelley for the indirect help!). The 'culprit' was DLL Expert Viewer
> >> (http://www.nirsoft.net/utils/dll_export_viewer.html). It kept
> >> reporting that there were no exported functions, so I (wrongly)
> >> assumed that something had gone wrong while, using PEInfo
> >> (http://www.pazera-software.com/products/peinfo/) I could see that
> >> everything was, in fact, correct.
> >
> > There's also
> >
> > http://www.dependencywalker.com/
> 
> Why not "objdump -x" ? :D

Because it's not as convenient? :)




More information about the llvm-dev mailing list