For new archive member we only need to store the full path.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 15 Jul 2015 22:46:53 +0000 (22:46 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 15 Jul 2015 22:46:53 +0000 (22:46 +0000)
commitba7661d2946d1603cf32dcce9cd82ce948b83c62
treeaf3ea7ad2d34fd95ecc23c9366b442791745fe68
parentc2fa6d64b4d3d48e1a639f351f252e778b26ba9c
For new archive member we only need to store the full path.

We were storing both the path and the file name, which was redundant
and easy to get confused up with.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242347 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ArchiveWriter.h
lib/LibDriver/LibDriver.cpp
lib/Object/ArchiveWriter.cpp
tools/llvm-ar/llvm-ar.cpp