| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
This matches gnu archive behavior and since archive member order can change
which member is used, not changing the order on replacement looks like the
right thing to do.
This patch also refactors the logic for which archive member to keep and
whether to move it to a helper function (computeInsertAction). The
nesting in computeNewArchiveMembers was getting a bit confusing.
llvm-svn: 186829
|
|
|
|
|
|
|
|
| |
GNU ar when not given the a or b modifiers replaces archive members in the
same location of the old ones. I am about to implement that in llvm-ar. For
now, just don't depend on the current llvm-ar behavior on this test.
llvm-svn: 186823
|
|
|
|
|
|
|
| |
We were incorrectly computing where to insert a member if it was replacing
a previous member that was before the insert point.
llvm-svn: 186792
|
|
We were only handling the 'a' and 'b' options during moves before.
llvm-svn: 186721
|