Use llvm-config to determine what to link in
[oota-llvm.git] / examples / HowToUseJIT / Makefile
2006-09-04 Chris LattnerUse llvm-config to determine what to link in
2004-11-29 Reid SpencerUse LLVMLIBS=JIT to get JIT libraries
2004-11-18 Reid SpencerFix PR456:\
2004-10-14 Misha BrukmanUse the shared Makefile.JIT for JIT-enablement, which...
2004-09-11 Reid SpencerCorrect the file header to reflect the new "examples...
2004-09-11 Reid SpencerAdd library LLVMsystem.a because the JIT now needs it.
2004-08-23 Reid SpencerMoved small examples from /projects/SmallExamples to...
2004-08-19 Reid SpencerMake the SmallExamples programs compile in their new...
2004-08-10 Reid SpencerAdding a simple example of how to use the JIT.