[llvm-commits] Tweaks to HowToUseJIT.cpp

Eric Christopher echristo at apple.com
Wed Jun 8 23:04:43 PDT 2011


On Jun 8, 2011, at 1:33 PM, Jake Waskett wrote:

> Recently I've been developing some code that uses LLVM's JIT
> functionality.  Quite late in the process, I discovered the IRBuilder
> class.  My reaction was, "this is so much nicer!  Why didn't I find out
> about this earlier?"
> 
> That's the purpose of this patch: to make it easier to discover this
> simple API.  It modifies the HowToUseJIT.cpp example file *only*.

Great idea!

Committed thusly:

[ghostwheel:~/sources/llvm] echristo% svn ci
Sending        examples/HowToUseJIT/HowToUseJIT.cpp
Transmitting file data .
Committed revision 132770.


-eric




More information about the llvm-commits mailing list