| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
compatible to Win32's FILETIME.
llvm-ar is the only user of toWin32Time() (via setLastModificationAndAccessTime), and r186298 can be reverted.
It had been buggy since the initial commit.
FIXME: Could we rename {from|to}Win32Time as {from|to}Win32FILETIME in TimeValue?
llvm-svn: 186374
|
|
|
|
|
| |
FIXME: Investigate Win32's TimeValue stuff!
llvm-svn: 186298
|
|
|
|
| |
llvm-svn: 186186
|
|
|
|
| |
llvm-svn: 186184
|
|
|
|
| |
llvm-svn: 186183
|
|
|
|
| |
llvm-svn: 186081
|
|
There is no lib/Archive anymore and some archive tests were in test/Archive and
others in test/Object. Since archive is just one of the formats supported by
lib/Object, test/Object is probably the best location.
llvm-svn: 186038
|