summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove autoconf supportChris Bieneman2016-01-261-23/+0
| | | | | | | | | | | | | | | | Summary: This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html "I felt a great disturbance in the [build system], as if millions of [makefiles] suddenly cried out in terror and were suddenly silenced. I fear something [amazing] has happened." - Obi Wan Kenobi Reviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequark Subscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D16471 llvm-svn: 258861
* Support: Inject LLVM_VERSION_INFO into the Support libraryJustin Bogner2014-06-171-0/+4
| | | | | | | | Mimic r116632 in passing LLVM_VERSION_INFO from the Makefile build system to the build. This improves the -version output of tools that use llvm::cl under the configure+make system. llvm-svn: 211091
* Don't explicitly require RTTI and EH.Joerg Sonnenberger2012-10-261-3/+0
| | | | llvm-svn: 166772
* Revert r165652: "Remove unnecessary RTTI from the build."Sean Silva2012-10-101-0/+3
| | | | | | ... Apparently the RTTI is still necessary for some reason. llvm-svn: 165654
* Remove unnecessary RTTI from the build.Sean Silva2012-10-101-3/+0
| | | | llvm-svn: 165652
* Merge System into Support.Michael J. Spencer2010-11-291-0/+5
| | | | llvm-svn: 120298
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-2/+2
| | | | llvm-svn: 61991
* remove attribution from lib Makefiles.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45415
* This requires rtti info because tblgen uses commandline,Chris Lattner2007-10-181-1/+4
| | | | | | and tblgen requires rtti. llvm-svn: 43127
* don't build bzip2 for nowChris Lattner2007-05-061-1/+0
| | | | llvm-svn: 36871
* For PR797:Reid Spencer2006-08-231-1/+0
| | | | | | | This library no longer throws nor handles exceptions, so turn off the REQUIRES_EH flag. llvm-svn: 29849
* libsupport still throws.Chris Lattner2006-07-281-0/+1
| | | | llvm-svn: 29394
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-241-1/+1
| | | | llvm-svn: 23940
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-241-0/+1
| | | | | | This should speed up build times. llvm-svn: 23934
* Add bzip2 subdirectoryReid Spencer2004-11-251-0/+1
| | | | llvm-svn: 18251
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
| | | | llvm-svn: 17286
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
| | | | llvm-svn: 9312
* Move support/lib/Support back to lib/SupportChris Lattner2003-10-051-1/+1
| | | | llvm-svn: 8874
* Moved code from llvm/lib/Support to llvm/support/lib/Support.John Criswell2003-09-291-1/+1
| | | | llvm-svn: 8735
* *** empty log message ***Chris Lattner2002-07-231-3/+1
| | | | llvm-svn: 3002
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-231-5/+0
| | | | llvm-svn: 272
* Program options class.Vikram S. Adve2001-07-211-0/+12
llvm-svn: 235
OpenPOWER on IntegriCloud