Implement file replacement correctly even with the f (TruncateNames) flag
authorReid Spencer <rspencer@reidspencer.com>
Thu, 2 Dec 2004 09:21:55 +0000 (09:21 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 2 Dec 2004 09:21:55 +0000 (09:21 +0000)
commit0de66b5cc8766102197c565a32bc7f9436b607da
tree55dd1ddd7fa27fa994b1be44e54329c54558b219
parent86ac2dcda153cbf317fa6ea7c8ad97ec0f173c4c
Implement file replacement correctly even with the f (TruncateNames) flag
set. The member name comparison was failing for truncated names. This patch
fixes that. Truncated names are now properly replaced.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18423 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-ar/llvm-ar.cpp