Update tests to use the new format of printing a TimeValue. It's a bit
authorChandler Carruth <chandlerc@gmail.com>
Mon, 28 Apr 2014 01:24:32 +0000 (01:24 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 28 Apr 2014 01:24:32 +0000 (01:24 +0000)
commit7a36912a9def6a24cc974d2887057df0ccc9b2b9
treec0a1b851f068da532fb00581a74c0c448460ca19
parent7f1946408dd5ba7258542b1e1637308d7cd1cd69
Update tests to use the new format of printing a TimeValue. It's a bit
odd to have the output of 'llvm-ar tv' depend on the format of
TimeValue::str(), but that's what we have today. If anyone needs the
output to remain compatible with GNU ar or old versions of llvm-ar, just
shout and I'll switch the code to manually format its times.

Note that there isn't a portable format -- Mac and GNU have different
formats at least (thanks Rafael!) so...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207387 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/archive-toc.test
test/Object/extract.ll