xref: /aosp_15_r20/external/llvm/test/tools/dsymutil/X86/fat-archive-input-i386.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# REQUIRES: object-emission
2*9880d681SAndroid Build Coastguard Worker# RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs -y %s -o - | llvm-dwarfdump -debug-dump=info - | FileCheck %s
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker---
5*9880d681SAndroid Build Coastguard Workertriple:          'i386-apple-darwin'
6*9880d681SAndroid Build Coastguard Workerobjects:
7*9880d681SAndroid Build Coastguard Worker  - filename: libfat-test.a(fat-test.o)
8*9880d681SAndroid Build Coastguard Worker    symbols:
9*9880d681SAndroid Build Coastguard Worker      - { sym: _i386_var, objAddr: 0x0, binAddr: 0x1000, size: 0x4 }
10*9880d681SAndroid Build Coastguard Worker...
11*9880d681SAndroid Build Coastguard Worker
12*9880d681SAndroid Build Coastguard Worker# CHECK: .debug_info contents:
13*9880d681SAndroid Build Coastguard Worker# CHECK: DW_TAG_variable
14*9880d681SAndroid Build Coastguard Worker# CHECK-NOT: {{DW_TAG|NULL}}
15*9880d681SAndroid Build Coastguard Worker# CHECK:  DW_AT_name{{.*}}"i386_var"
16*9880d681SAndroid Build Coastguard Worker
17