| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 21416
|
|
|
|
|
|
|
| |
the newly implemented sys::Process::GetCurrentUserId function. Replace
similarly for getgid.
llvm-svn: 21402
|
|
|
|
|
|
| |
Patch by Markus Oberhumer. Thanks!
llvm-svn: 21369
|
|
|
|
| |
llvm-svn: 19863
|
|
|
|
| |
llvm-svn: 19751
|
|
|
|
| |
llvm-svn: 19056
|
|
|
|
|
|
|
| |
* Remove #inclusion of FileUtilities.h, not needed any more.
* Convert getUniqueFilename -> sys::Pat::makeUnique()
llvm-svn: 18948
|
|
|
|
| |
llvm-svn: 18785
|
|
|
|
| |
llvm-svn: 18249
|
|
|
|
| |
llvm-svn: 18044
|
|
|
|
|
|
|
|
| |
member's size. It is based on the oddness/evenness of the file pointer.
This fixes a bug with llvm-ar not being able to read archives produced by
llvm-ranlib when there are members with odd long file name lengths.
llvm-svn: 17997
|
|
|
|
|
|
|
|
|
|
|
| |
* ensure trailing spaces are eliminated so they don't factor into the
length of a member's name.
* make sure all the bytes of a name are written even if the name ends in
multiple null characters (bug in OSX ar)
* make sure we provide the full member name when searching for symbols so
the module name is not accidentally duplicated.
llvm-svn: 17918
|
|
|
|
| |
llvm-svn: 17910
|
|
|
|
| |
llvm-svn: 17892
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Make the numVbrBytes function more efficient and better documented \
* Fix a bug in name truncation \
* Add comments before functions \
* Get rid of functions that are now inlined into the header \
* Do not have Archive doing symbol table printing \
* Put assert comments into the assert so they print out \
* Make sure foreign symbol tables are written
llvm-svn: 17884
|
|
|
|
| |
llvm-svn: 17811
|
|
|
|
| |
llvm-svn: 17765
|
|
yet supported but writing works. Way too early to review this. More to come
llvm-svn: 17499
|