summaryrefslogtreecommitdiffstats
path: root/llvm/projects/sample/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove projects/sample.Rafael Espindola2014-03-123-54/+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
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-291-1/+1
| | | | llvm-svn: 120304
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
| | | | | | direct inclusion edge from System to Support. llvm-svn: 85086
* remove dead makefile flags.Chris Lattner2009-06-241-2/+0
| | | | llvm-svn: 74065
* Make sample project -pedantic clean.Reid Spencer2006-11-032-5/+3
| | | | llvm-svn: 31391
* For PR780:Reid Spencer2006-08-071-4/+2
| | | | | | | | | | | | | 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
* For PR786:Reid Spencer2006-06-011-0/+2
| | | | | | | | | Turn -pedantic and -Wno-long-long compile flags on by default. In a few places, avoid the warnings by removing these options in the local makefile. One notable exception: lib/Target/CBackend/Writer.cpp. These warnings are left on as a reminder to developers to clean them up. llvm-svn: 28614
* Fixed Makefile so it does, indeed, build a dynamic library.Robert Bocchino2006-01-061-1/+2
| | | | llvm-svn: 25135
* oopsAndrew Lenharth2005-07-051-1/+1
| | | | llvm-svn: 22334
* updatesAndrew Lenharth2005-07-051-1/+1
| | | | llvm-svn: 22333
* Eliminate tabs and trailing spacesJeff Cohen2005-04-231-4/+4
| | | | llvm-svn: 21479
* Fix nightly build by avoiding shared library construction.Reid Spencer2004-10-231-1/+3
| | | | llvm-svn: 17187
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* 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
* Adding in sample project tree.John Criswell2003-06-303-0/+51
llvm-svn: 7018
OpenPOWER on IntegriCloud