summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Archive/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* move this to lib/ArchiveChris Lattner2007-05-061-17/+0
| | | | llvm-svn: 36888
* For PR797:Reid Spencer2006-08-251-1/+0
| | | | | | | | | | | | | | | Final commit for this bug. This removes the last EH holdouts in LLVM and turns off exception support by using the -fno-exceptions option. This leads to the following reduction in library and executable sizes: DEBUG BUILD RELEASE BUILD before after delta before after delta lib 162,328K 157,616K 4,712 17,864K 16,416K 1,448K bin 571,444K 557,156K 14,288 63,296K 56,996K 6,300K Debug Improvement: 19,000K (2.59%) Release Improvement: 7,748K (9.55%) llvm-svn: 29882
* Exceptions are thrown by and through this library.Chris Lattner2006-07-281-0/+1
| | | | llvm-svn: 29393
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-071-1/+0
| | | | | | | in lib/Bytecode/Archive/Makefile is now removed. One small step closer to a smaller LLVM. llvm-svn: 29067
* These libs use EH infoChris Lattner2006-07-071-1/+2
| | | | llvm-svn: 29043
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-241-1/+0
| | | | llvm-svn: 23940
* Makefile for the LLVMArchive library.Reid Spencer2004-11-061-0/+18
llvm-svn: 17500
OpenPOWER on IntegriCloud