aboutsummaryrefslogtreecommitdiffstats
path: root/examples/HowToUseJIT/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Roll back r96959 again.Jeffrey Yasskin2010-02-231-3/+0
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-231-0/+3
* Remove asmprinters from examples by default. This reduces their size by ~5%Anton Korobeynikov2008-08-171-1/+1
* 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