xref: /llvm-project/llvm/test/tools/llvm-objcopy/MachO/archive-format.test (revision 066243057fc2ae45ae6bbc2f4874ca1f84c3a3ff)
1# REQUIRES: x86-registered-target
2
3## Make sure the darwin format specifics are preserved when updating archives.
4
5# RUN: rm -rf %t && mkdir -p %t
6# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %p/Inputs/macho.64.s -o %t/dup.o
7# RUN: llvm-ar --format=darwin crD %t/lib.a %t/dup.o %t/dup.o
8# RUN: llvm-objcopy %t/lib.a %t/lib.copy.a
9# RUN: obj2yaml %t/lib.copy.a | FileCheck --implicit-check-not=LastModified %s
10
11# CHECK: LastModified: '1'
12# CHECK: LastModified: '2'
13