summaryrefslogtreecommitdiffstats
path: root/llvm/examples/ModuleMaker
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace at the end of linesMisha Brukman2005-04-201-11/+11
| | | | llvm-svn: 21380
* add missing copyright headerChris Lattner2005-03-151-0/+7
| | | | llvm-svn: 20614
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
| | | | llvm-svn: 18255
* Fix PR456:\Reid Spencer2004-11-181-0/+1
| | | | | | | | | | Tools and libraries will be built into $(BUILD_OBJ_ROOT)/$(BuildMode)/bin and \ $(BUILD_OBJ_ROOT)/$(BuildMode)/lib, respectively. Furthermore, the example \ programs will go in $(BUILD_OBJ_ROOT)/$(BuildMode)/examples to keep them \ separate from the tools and hopefully out of the PATH. Install targets \ have not changed. llvm-svn: 17953
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
| | | | llvm-svn: 17286
* Correct the file header to reflect the new "examples" home for the file.Reid Spencer2004-09-112-2/+2
| | | | llvm-svn: 16295
* Add library LLVMsystem.a because the JIT now needs it.Reid Spencer2004-09-111-1/+1
| | | | llvm-svn: 16285
* Moved small examples from /projects/SmallExamples to /examples.Reid Spencer2004-08-2314-18074/+4
| | | | | | Made the "ModuleMaker" into an example since its just one source file. llvm-svn: 16003
* Moved the "SmallExamples" out of the /projects directory and into a newReid Spencer2004-08-2315-0/+18147
/examples directory. History was maintained. These programs do not need to be configured but things in /projects must be. llvm-svn: 16002
OpenPOWER on IntegriCloud