On 2 September 2010 11:35, David Given <dg at cowlark.com> wrote:>> The docs >> talk about Instruction::setDebugLoc(), but that method doesn't >> actually appear to be in my 2.7 LLVM Debian package.I suggest you getting the SVN code, since quite a lot has changed since last freeze. -- cheers, --renato http://systemcall.org/ Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
On Sep 2, 2010, at 4:05 AM, Renato Golin wrote:> On 2 September 2010 11:35, David Given <dg at cowlark.com> wrote: >>> The docs >>> talk about Instruction::setDebugLoc(), but that method doesn't >>> actually appear to be in my 2.7 LLVM Debian package. > > I suggest you getting the SVN code, since quite a lot has changed > since last freeze.Vigourously seconded. It's very true in general, but with regards to debug information in particular, "quite a lot has changed since 2.7" is an understatement. It's an area of extremely active development (and improvement!). -Jim
On 02/09/10 18:28, Jim Grosbach wrote:> On Sep 2, 2010, at 4:05 AM, Renato Golin wrote:[...]>> I suggest you getting the SVN code, since quite a lot has changed >> since last freeze. > > Vigourously seconded. It's very true in general, but with regards to debug information in particular, "quite a lot has changed since 2.7" is an understatement. It's an area of extremely active development (and improvement!).I really don't want to build from SVN --- developing against a moving target is never fun, and apart from anything else, it makes it much harder for anyone else to use my code. I gather 2.8 is coming along soon; is there an ETA yet? And until then is there a snapshot of the 2.7 documentation anywhere online? (PS. Please don't cc me on replies. I'm on the list, I don't need two copies.) -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │ │ life←{ ↑1 ⍵∨.^3 4=+/,¯1 0 1∘.⊖¯1 0 1∘.⌽⊂⍵ } │ --- Conway's Game Of Life, in one line of APL -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 262 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100902/29cc70fb/attachment.sig>
Apparently Analagous Threads
- [LLVMdev] Line number information (and other metadata)
- [LLVMdev] Line number information (and other metadata)
- [LLVMdev] Line number information (and other metadata)
- [LLVMdev] Dataflow analysis based optimisations
- [LLVMdev] Line number information (and other metadata)