http://llvm.org/bugs/show_bug.cgi?id=11271

Eric Christopher <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #4 from Eric Christopher <[email protected]> 2012-02-20 18:36:55 
CST ---
You need a compile unit that's named metadata to work from to collect the rest
of the compile unit:

llvm.dbg.cu

look at how void DIBuilder::createCompileUnit(...) does it. That provides the
anchor for everything else in the file.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to