summaryrefslogtreecommitdiffstats
path: root/llvm/projects/sample/tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove projects/sample.Rafael Espindola2014-03-123-48/+0
| | | | | | | | | | | | | | | As an example that was not actually being used, it suffered from a slow bitrot. The two main issues with it were that it had no cmake support and included a copy of the autoconf directory. The reality is that autoconf is not easily composable. The lack of composabilty is why we have clang options in llvm's configure. Suggesting that users include a copy of autoconf/ in their projects seems a bad idea. We are also in the process of switching to cmake, so pushing autoconf to new project is probably not what we want. llvm-svn: 203728
* Clean up the sample include orderings, not that it really matters...Chandler Carruth2012-12-041-3/+1
| | | | llvm-svn: 169253
* avoid collision with /usr/bin/sample if this ever gets installed.Chris Lattner2007-02-181-1/+1
| | | | llvm-svn: 34387
* For PR780:Reid Spencer2006-08-071-1/+1
| | | | | | | | | | | | | 1. Change the usage of LOADABLE_MODULE so that it implies all the things necessary to make a loadable module. This reduces the user's burdern to get a loadable module correctly built. 2. Document the usage of LOADABLE_MODULE in the MakefileGuide 3. Adjust the makefile for lib/Transforms/Hello to use the new specification for building loadable modules 4. Adjust the sample project to not attempt to build a shared library for its little library. This was just wasteful and not instructive at all. llvm-svn: 29551
* Eliminate tabs and trailing spacesJeff Cohen2005-04-231-2/+2
| | | | llvm-svn: 21479
* Adjust to changes in Makefile.rulesReid Spencer2004-10-221-1/+1
| | | | llvm-svn: 17167
* Removed LLVM copyright from sample Makefile.John Criswell2003-10-212-14/+2
| | | | llvm-svn: 9326
* Added LLVM copyrights to Makefiles.John Criswell2003-10-202-0/+16
| | | | llvm-svn: 9313
* Modified the Makefile so that the sample library is linked dynamically.John Criswell2003-10-171-1/+2
| | | | llvm-svn: 9194
* Adding in sample project tree.John Criswell2003-06-303-0/+45
llvm-svn: 7018
OpenPOWER on IntegriCloud