[LLVMbugs] [Bug 11271] llc: Unable to find compile unit!

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Feb 20 16:36:55 PST 2012


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

Eric Christopher <echristo at gmail.com> changed:

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

--- Comment #4 from Eric Christopher <echristo at gmail.com> 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.



More information about the llvm-bugs mailing list