aboutsummaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/Makefile
AgeCommit message (Expand)Author
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2007-05-06switch this to bitcode instead of bytecodeChris Lattner
2006-09-04Use llvm-config to determine what to link inChris Lattner
2006-07-28WriteBytecodeToFile actually can't throw.Chris Lattner
2006-07-28WriteBytecodeToFile throws, so this needs EH info.Chris Lattner
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer
2004-11-18Fix PR456:\Reid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
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
2003-10-20Added LLVM copyrights to Makefiles.John Criswell
2003-08-21Initial checkin of ModuleMaker projectChris Lattner