aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker/LinkItems.cpp
Commit message (Expand)AuthorAgeFilesLines
* Emit an error when a library is not found. It is the GNU ld behavior and it i...Lauro Ramos Venancio2008-02-271-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Improve error handling in the linker by:Reid Spencer2007-08-161-6/+6
* Ensure that error messages a propagated from calls to LinkInModule so they getReid Spencer2007-08-161-3/+4
* Allow the filename "-" to be a place holder for stdin. This allows directingReid Spencer2007-08-081-0/+16
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+221