Fix inserting new elements in a specified location.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 19 Jul 2013 21:23:28 +0000 (21:23 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 19 Jul 2013 21:23:28 +0000 (21:23 +0000)
commitb55dcfe47fbbcfc1dccd07cb27c02b9a86533d05
tree11f89b87e0d9d88db8290f32bd808cb8e49eea1a
parent70968319719fbfb00a58ebcf82b1e18ec04be5be
Fix inserting new elements in a specified location.

We were only handling the 'a' and 'b' options during moves before.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186721 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/archive-replace-pos.test [new file with mode: 0644]
tools/llvm-ar/llvm-ar.cpp