summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-ranlib/llvm-ranlib.cpp
Commit message (Collapse)AuthorAgeFilesLines
* dittoDuraid Madina2005-12-281-0/+1
| | | | llvm-svn: 25038
* For PR495:Reid Spencer2005-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | Get rid of the difference between file paths and directory paths. The Path class now simply stores a path that can refer to either a file or a directory. This required various changes in the implementation and interface of the class with the corresponding impact to its users. Doxygen comments were also updated to reflect these changes. Interface changes are: appendDirectory -> appendComponent appendFile -> appendComponent elideDirectory -> eraseComponent elideFile -> eraseComponent elideSuffix -> eraseSuffix renameFile -> rename setDirectory -> set setFile -> set Changes pass Dejagnu and llvm-test/SingleSource tests. llvm-svn: 22349
* Remove trailing whitespaceMisha Brukman2005-04-221-6/+6
| | | | llvm-svn: 21428
* Fix PR506:Reid Spencer2005-02-131-4/+6
| | | | | | | * Use error returned from Archive::OpenAndLoad * Make sure only std::string is thrown so it gets caught and printed. llvm-svn: 20147
* Fix the help documentation to not imply multiple archive files can beReid Spencer2004-12-301-1/+1
| | | | | | processed. llvm-svn: 19193
* For PR351:Reid Spencer2004-12-151-1/+0
| | | | | | Remove #inclusion of Support/FileUtilities.h which isn't needed any more. llvm-svn: 18950
* Per code review: \Reid Spencer2004-11-161-14/+17
| | | | | | | | | | | * Make static things static \ * Get rid of unused TmpArchive variable \ * Implement symbol table printing \ * Adjust to changes in llvm::Archive interface \ * Make sure we destruct objects even if exceptions occur. \ * Fix a typo in an output string. llvm-svn: 17878
* A tool for adding a symbol table to LLVM ArchivesReid Spencer2004-11-141-0/+88
llvm-svn: 17797
OpenPOWER on IntegriCloud