aboutsummaryrefslogtreecommitdiffstats
path: root/examples/HowToUseJIT/Makefile
Commit message (Expand)AuthorAgeFilesLines
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-291-2/+2
* Use llvm-config to determine what to link inChris Lattner2006-09-041-2/+1
* Use LLVMLIBS=JIT to get JIT librariesReid Spencer2004-11-291-1/+1
* Fix PR456:\Reid Spencer2004-11-181-0/+1
* Use the shared Makefile.JIT for JIT-enablement, which also enables the examplesMisha Brukman2004-10-141-3/+3
* Correct the file header to reflect the new "examples" home for the file.Reid Spencer2004-09-111-1/+1
* Add library LLVMsystem.a because the JIT now needs it.Reid Spencer2004-09-111-1/+1
* Moved small examples from /projects/SmallExamples to /examples.Reid Spencer2004-08-231-1/+1
* Make the SmallExamples programs compile in their new home.Reid Spencer2004-08-191-1/+1
* Adding a simple example of how to use the JIT.Reid Spencer2004-08-101-0/+15