search for: llvmd

Displaying 1 result from an estimated 1 matches for "llvmd".

Did you mean: llvm
2008 Feb 01
0
[LLVMdev] Making dll's on MinGW.
...ebugger.o ProgramInfo.o RuntimeInfo.o SourceFile.o SourceLanguage*.o 6. Then: g++ -shared --export-all-symbols -o LLVM.dll *.o -lpsapi -ldbghelp This may require several minutes and use approx. 0.5 GB. If you are working on LLVM's debug install, it is a good idea to name the dll LLVMd.dll or something to differentiate it from the release build. 7. This creates LLVM.dll. Move it to LLVM's /lib directory. Put a copy somewhere on your PATH. 8. On your application's makefile, remove all references to files on LLVM's /lib directory (libraries, LLVMX86.o, etc) and...