[lldb] Fix "exact match" debug_names type queries (#118465)
[llvm-project.git] / llvm / test / tools / dsymutil / ARM / scattered.c
blobfaf58392e4fceebccabea0b741a45dd53bf266fb
1 RUN: dsymutil -y %p/dummy-debug-map.map -oso-prepend-path \
2 RUN: %p/../Inputs/scattered-reloc/ -f -o - | \
3 RUN: llvm-dwarfdump -debug-info - | FileCheck %s
5 RUN: dsymutil --linker parallel -y %p/dummy-debug-map.map \
6 RUN: -oso-prepend-path %p/../Inputs/scattered-reloc/ -f -o - \
7 RUN: | llvm-dwarfdump -debug-info - | FileCheck %s
9 // See Inputs/scattered-reloc/scattered.s to see how this test
10 // actually works.
11 int bar = 42;
13 CHECK: DW_TAG_variable
14 CHECK-NOT: DW_TAG
15 CHECK: DW_AT_name{{.*}}
16 "bar" CHECK - NOT : DW_TAG
17 CHECK : DW_AT_location{{.*}}(DW_OP_addr 0x10010)