brintos

brintos / llvm-project-archived public Read only

0
0
Text · 476 B · dbbb2c5 Raw
13 lines · plain
1# REQUIRES: x86-registered-target2 3## Make sure the darwin format specifics are preserved when updating archives.4 5# RUN: rm -rf %t && mkdir -p %t6# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %p/Inputs/macho.64.s -o %t/dup.o7# RUN: llvm-ar --format=darwin crD %t/lib.a %t/dup.o %t/dup.o8# RUN: llvm-objcopy %t/lib.a %t/lib.copy.a9# RUN: obj2yaml %t/lib.copy.a | FileCheck --implicit-check-not=LastModified %s10 11# CHECK: LastModified: '1'12# CHECK: LastModified: '2'13