You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
390 B
13 lines
390 B
RUN: llvm-dsymutil -y %p/dummy-debug-map.map -oso-prepend-path %p/../Inputs/scattered-reloc/ -f -o - | llvm-dwarfdump -debug-dump=info - | FileCheck %s
|
|
|
|
// See Inputs/scattered-reloc/scattered.s to see how this test
|
|
// actually works.
|
|
int bar = 42;
|
|
|
|
CHECK: DW_TAG_variable
|
|
CHECK-NOT: DW_TAG
|
|
CHECK: DW_AT_name{{.*}}"bar"
|
|
CHECK-NOT: DW_TAG
|
|
CHECK: DW_AT_location{{.*}}<0x05> 03 10 00 01 00
|
|
|