summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Linker/LinkItems.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For PR521:Reid Spencer2006-01-101-19/+37
| | | | | | | | | With these patches we implement the ability for the Linker library to keep track of which libraries were actually bytecode files (not archives) and cause their users to remove such files from the list of libraries to pass to the native linker. llvm-svn: 25169
* For PR495:Reid Spencer2005-07-071-1/+1
| | | | | | | | | | | Change interface to Path class: readable -> canRead writable -> canWrite executable -> canExecute More (incremental) changes coming to close 495. llvm-svn: 22345
* Remove trailing whitespaceMisha Brukman2005-04-211-9/+9
| | | | llvm-svn: 21422
* consolidate LinkFiles into LinkItems, use lib_* iterators.Chris Lattner2005-03-151-4/+61
| | | | llvm-svn: 20630
* consolidate LinkLibraries into LinkItemsChris Lattner2005-03-151-0/+57
| | | | llvm-svn: 20629
* For PR351: \Reid Spencer2004-12-131-122/+12
| | | | | | | | * Remove redundant static function LinkOneLibrary. \ * Remove unneded #includes \ * Convert FileSupport usage to sys::Path instead llvm-svn: 18857
* Turn this error back into a warning, fixing the povray regressionChris Lattner2004-12-081-2/+2
| | | | llvm-svn: 18655
* Fix PR139: \Reid Spencer2004-12-051-0/+159
Implement LinkItems and BuildLinkItems interfaces. llvm-svn: 18547
OpenPOWER on IntegriCloud