[LLVMdev] Dwarf debugging strangeness, continued...

Devang Patel dpatel at apple.com
Thu Oct 21 08:56:47 PDT 2010


On Oct 20, 2010, at 10:49 PM, Talin wrote:

> First, there are a bunch of .bc files that are generated by my frontend, and which contain debugging metadata (I checked using llvm-dis and the metadata appears to be OK). These are then combined by my linker, tartln, which combines the functions of 'opt' and 'llc', as well as having some custom passes for reflection and garbage collection. (In fact, about half of the source code for tartln was lifted directly from opt and llc, although this cut & paste operation occurred somewhere around the 2.5 timeframe, and I've tried to keep the code up to date since then.)
> The output of this compilation phase is a .o file.

If you can send me couple of small .bc files and linked .o file (mach-O) created using tartln then I'll try to see if I can find anything suspicious here. 

-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101021/98d24f74/attachment.html>


More information about the llvm-dev mailing list