mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
Don't depend on a llvm-ar specific behavior.
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186823 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3a8ee4ffd7
commit
bb8234b7ff
@ -12,7 +12,8 @@ CHECK: .foo
|
||||
CHECK-NEXT: .zed
|
||||
CHECK-NEXT: .bar
|
||||
|
||||
RUN: llvm-ar rc %t.a %t.foo %t.bar
|
||||
RUN: rm -f %t.a
|
||||
RUN: llvm-ar rc %t.a %t.zed %t.foo %t.bar
|
||||
RUN: llvm-ar t %t.a | FileCheck --check-prefix=CHECK2 %s
|
||||
|
||||
CHECK2: .zed
|
||||
|
Loading…
Reference in New Issue
Block a user