[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git] / test / tools / dsymutil / X86 / fat-archive-input-i386.test
blob5fcfe5412a6e1d905e53b6884ab6b45d29d625a9
1 # REQUIRES: object-emission
2 # RUN: dsymutil -f -oso-prepend-path=%p/../Inputs -y %s -o - | llvm-dwarfdump -debug-info - | FileCheck %s
4 ---
5 triple:          'i386-apple-darwin'
6 objects:
7   - filename: libfat-test.a(fat-test.o)
8     symbols:
9       - { sym: _i386_var, objAddr: 0x0, binAddr: 0x1000, size: 0x4 }
10 ...
12 # CHECK: .debug_info contents:
13 # CHECK: DW_TAG_variable
14 # CHECK-NOT: {{DW_TAG|NULL}}
15 # CHECK:  DW_AT_name{{.*}}"i386_var"