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
19
external/llvm/test/Object/archive-pad.test
vendored
19
external/llvm/test/Object/archive-pad.test
vendored
@ -1,19 +0,0 @@
|
||||
Test that only the darwin format needs to modify archive members to
|
||||
avoid a ld64 bug.
|
||||
|
||||
RUN: echo foo > %t.o
|
||||
|
||||
RUN: rm -f %t.a
|
||||
RUN: llvm-ar -format=bsd rc %t.a %t.o
|
||||
RUN: llvm-ar p %t.a > %t.bsd.o
|
||||
RUN: cmp %t.bsd.o %t.o
|
||||
|
||||
RUN: rm -f %t.a
|
||||
RUN: llvm-ar -format=gnu rc %t.a %t.o
|
||||
RUN: llvm-ar p %t.a > %t.gnu.o
|
||||
RUN: cmp %t.gnu.o %t.o
|
||||
|
||||
RUN: rm -f %t.a
|
||||
RUN: llvm-ar -format=darwin rc %t.a %t.o
|
||||
RUN: llvm-ar p %t.a > %t.darwin.o
|
||||
RUN: not cmp %t.darwin.o %t.o
|
Reference in New Issue
Block a user