Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove projects/sample. | Rafael Espindola | 2014-03-12 | 3 | -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 Carruth | 2012-12-04 | 1 | -3/+1 |
| | | | | llvm-svn: 169253 | ||||
* | avoid collision with /usr/bin/sample if this ever gets installed. | Chris Lattner | 2007-02-18 | 1 | -1/+1 |
| | | | | llvm-svn: 34387 | ||||
* | For PR780: | Reid Spencer | 2006-08-07 | 1 | -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 spaces | Jeff Cohen | 2005-04-23 | 1 | -2/+2 |
| | | | | llvm-svn: 21479 | ||||
* | Adjust to changes in Makefile.rules | Reid Spencer | 2004-10-22 | 1 | -1/+1 |
| | | | | llvm-svn: 17167 | ||||
* | Removed LLVM copyright from sample Makefile. | John Criswell | 2003-10-21 | 2 | -14/+2 |
| | | | | llvm-svn: 9326 | ||||
* | Added LLVM copyrights to Makefiles. | John Criswell | 2003-10-20 | 2 | -0/+16 |
| | | | | llvm-svn: 9313 | ||||
* | Modified the Makefile so that the sample library is linked dynamically. | John Criswell | 2003-10-17 | 1 | -1/+2 |
| | | | | llvm-svn: 9194 | ||||
* | Adding in sample project tree. | John Criswell | 2003-06-30 | 3 | -0/+45 |
llvm-svn: 7018 |