You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,18 +0,0 @@
|
||||
RUN: yaml2obj %S/Inputs/macho.yaml -o %t-macho.o
|
||||
RUN: yaml2obj %S/Inputs/coff.yaml -o %t-coff.o
|
||||
|
||||
RUN: rm -f %t.ar
|
||||
RUN: llvm-ar crs %t.ar %t-macho.o
|
||||
RUN: grep -q __.SYMDEF %t.ar
|
||||
Test that an option string prefixed by a dash works.
|
||||
RUN: llvm-ar -crs %t.ar %t-coff.o
|
||||
RUN: grep -q __.SYMDEF %t.ar
|
||||
|
||||
RUN: rm -f %t.ar
|
||||
RUN: llvm-ar crs %t.ar %t-coff.o
|
||||
RUN: not grep -q __.SYMDEF %t.ar
|
||||
RUN: llvm-ar crs %t.ar %t-macho.o
|
||||
RUN: not grep -q __.SYMDEF %t.ar
|
||||
|
||||
Ensure that we select the existing format when updating.
|
||||
|
Reference in New Issue
Block a user