OSDN Git Service

Adding a simple example of how to use the JIT.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 10 Aug 2004 19:14:36 +0000 (19:14 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 10 Aug 2004 19:14:36 +0000 (19:14 +0000)
commit26a4ba73d3984645da270921caeabc34834e84e5
tree7d753298bb950abf5ddd86659e73c49829e661a6
parent869f477f34032cdefead79bcdfa119942218e4ad
Adding a simple example of how to use the JIT.

Contributed by Valery A. Khamenya. THANKS, Valery!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15622 91177308-0d34-0410-b5e6-96231b3b80d8
examples/HowToUseJIT/HowToUseJIT.cpp [new file with mode: 0644]
examples/HowToUseJIT/Makefile [new file with mode: 0644]
projects/HowToUseJIT/HowToUseJIT.cpp [new file with mode: 0644]
projects/HowToUseJIT/Makefile [new file with mode: 0644]
projects/SmallExamples/HowToUseJIT/HowToUseJIT.cpp [new file with mode: 0644]
projects/SmallExamples/HowToUseJIT/Makefile [new file with mode: 0644]