aboutsummaryrefslogtreecommitdiff
path: root/examples/HowToUseJIT/Makefile
AgeCommit message (Expand)Author
2010-02-23Roll back r96959 again.Jeffrey Yasskin
2010-02-23Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin
2008-08-17Remove asmprinters from examples by default. This reduces their size by ~5%Anton Korobeynikov
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2006-09-04Use llvm-config to determine what to link inChris Lattner
2004-11-29Use LLVMLIBS=JIT to get JIT librariesReid Spencer
2004-11-18Fix PR456:\Reid Spencer
2004-10-14Use the shared Makefile.JIT for JIT-enablement, which also enables the examplesMisha Brukman
2004-09-11Correct the file header to reflect the new "examples" home for the file.Reid Spencer
2004-09-11Add library LLVMsystem.a because the JIT now needs it.Reid Spencer
2004-08-23Moved small examples from /projects/SmallExamples to /examples.Reid Spencer
2004-08-19Make the SmallExamples programs compile in their new home.Reid Spencer
2004-08-10Adding a simple example of how to use the JIT.Reid Spencer