[LLVMdev] 'Implementing a language with LLVM' tutorial

Chris Lattner sabre at nondot.org
Mon Nov 5 10:08:25 PST 2007


On Mon, 5 Nov 2007, [ISO-8859-1] Török Edvin wrote:
>> Anyone have thoughts or feedback? :)
>
> There's a typo in http://llvm.org/docs/tutorial/LangImpl5.html
> "the Phi node expects to have an extry" s/extry/entry/

Fixed, thanks!

On Mon, 5 Nov 2007, HyperQuantum wrote:
> Found some typos in LangImpl2.html:
> /// identifierexpr
> ///   ::= identifer
> ///   ::= identifer '(' expression* ')'

Fixed, thanks!

On Mon, 5 Nov 2007, Basile STARYNKEVITCH wrote:
> A big thanks for it.  I had just a glance on it (some I may be wrong)
> but I would find nice an exact explanation of
> llvm/examples/HowToUseJIT/ in particular it seems that the exact way of
> calling the just JIT-ed code is skipped in this tutorial. Maybe I missed
> some link.

I think that is is covered here (it's only 3 lines of code, so it's easy 
to miss ;-):
http://llvm.org/docs/tutorial/LangImpl4.html#jit

Please let me know if it is unclear.

On Mon, 5 Nov 2007, Ralph Corderoy wrote:
> And elsewhere it has "an function" as the output of a.out despite the
> source saying "a function".

Fixed, thanks!

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/


More information about the llvm-dev mailing list