search for: sourcefileinfo

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

2008 Feb 01
0
[LLVMdev] Making dll's on MinGW.
...g the debug build, link time decreases to ~10%). Caveats: For some reason, while doing this process for the debug intall of LLVM, the creation of the dll fails with this: d:/dev/lib/llvm-2.1-d/lib/m $ g++ -shared --export-all-symbols -o LLVMd.dll *.o -lpsapi -ldbghelp ProgramInfo.o: In function `~SourceFileInfo': d:/dev/lib/llvm-2.1/lib/Debugger/ProgramInfo.cpp:123: multiple definition of `llvm::SourceFileInfo::~SourceFileInfo()' MachineModuleInfo.o:d:/dev/lib/llvm-2.1/include/llvm/CodeGen/MachineModuleInfo.h:865: first defined here collect2: ld returned 1 exit status This is "fixed" by...