Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.compilers > #658

Re: A small LLVM tutorial: debugging information

From Eric Christopher <echristo@gmail.com>
Newsgroups comp.compilers
Subject Re: A small LLVM tutorial: debugging information
Date 2012-05-29 17:59 -0700
Organization Compilers Central
Message-ID <12-05-029@comp.compilers> (permalink)
References <12-05-023@comp.compilers>

Show all headers | View raw


On Fri, May 25, 2012 at 10:06 AM, vincent_belliard <vincent@famillebelliard.fr> wrote:
> Hello,
>
> I updated my LLVM tutorial. I added few things about debugging generation. You can find the whole tutorial at:
>
> http://entity-language.googlecode.com/files/llvm_tutorial.pdf

One thing your tutorial doesn't mention is that it's much easier to produce a
frontend if you use the "builder" classes (or bindings to them). IRBuilder and
DIBuilder (LLVM IR and debug info metadata respectively) are much easier
to generate when you use these interfaces.

-eric

Back to comp.compilers | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

A small LLVM tutorial: debugging information vincent_belliard <vincent@famillebelliard.fr> - 2012-05-25 10:06 -0700
  Re: A small LLVM tutorial: debugging information Eric Christopher <echristo@gmail.com> - 2012-05-29 17:59 -0700
    Re: A small LLVM tutorial: debugging information Vincent Belliard <vincent@famillebelliard.fr> - 2012-05-31 00:10 -0700

csiph-web