xref: /aosp_15_r20/external/llvm/test/tools/dsymutil/archive-timestamp.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: llvm-dsymutil -no-output -oso-prepend-path=%p -y %s 2>&1 | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker# This is the archive member part of basic-archive.macho.x86_64 debug map with corrupted timestamps.
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Worker# CHECK: warning: {{.*}}libbasic.a(basic2.macho.x86_64.o): {{[Nn]o}} such file
6*9880d681SAndroid Build Coastguard Worker# CHECK: warning: {{.*}}libbasic.a(basic3.macho.x86_64.o): {{[Nn]o}} such file
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard Worker---
9*9880d681SAndroid Build Coastguard Workertriple:          'x86_64-apple-darwin'
10*9880d681SAndroid Build Coastguard Workerobjects:
11*9880d681SAndroid Build Coastguard Worker  - filename:        '/Inputs/libbasic.a(basic2.macho.x86_64.o)'
12*9880d681SAndroid Build Coastguard Worker    timestamp:       141869239
13*9880d681SAndroid Build Coastguard Worker    symbols:
14*9880d681SAndroid Build Coastguard Worker      - { sym: _foo, objAddr: 0x0000000000000020, binAddr: 0x0000000100000ED0, size: 0x00000050 }
15*9880d681SAndroid Build Coastguard Worker      - { sym: _private_int, objAddr: 0x0000000000000560, binAddr: 0x0000000100001004, size: 0x00000000 }
16*9880d681SAndroid Build Coastguard Worker      - { sym: _inc, objAddr: 0x0000000000000070, binAddr: 0x0000000100000F20, size: 0x00000017 }
17*9880d681SAndroid Build Coastguard Worker      - { sym: _baz, objAddr: 0x0000000000000310, binAddr: 0x0000000100001000, size: 0x00000000 }
18*9880d681SAndroid Build Coastguard Worker  - filename:        '/Inputs/libbasic.a(basic3.macho.x86_64.o)'
19*9880d681SAndroid Build Coastguard Worker    timestamp:       418692393
20*9880d681SAndroid Build Coastguard Worker    symbols:
21*9880d681SAndroid Build Coastguard Worker      - { sym: _val, objAddr: 0x0000000000000004, binAddr: 0x0000000100001008, size: 0x00000000 }
22*9880d681SAndroid Build Coastguard Worker      - { sym: _bar, objAddr: 0x0000000000000020, binAddr: 0x0000000100000F40, size: 0x00000050 }
23*9880d681SAndroid Build Coastguard Worker      - { sym: _inc, objAddr: 0x0000000000000070, binAddr: 0x0000000100000F90, size: 0x00000019 }
24*9880d681SAndroid Build Coastguard Worker...
25