Thiago Macieira wrote:

> If it produces "thin" objects (LLVM bitcode only), then you must use llvm-ar
> to create the .a so that the symbol table is updated with the symbols that
> would have been there if the .o were "fat".

Hmmm, I actually don't know about static libraries, I hardly use them. Of 
course 
if they end up linked into shared libraries their debug info will get lost with 
the rest. I don't suppose llvm-ar works on shared libraries, does it?

> Actually, that has nothing to do with debugging.
> 
> That's just linking.

Well, yes, it's something to do with the linker, but the end result is that 
symbolic or source-level (or whatever you wish to call it) is possible or not 
...

R

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to