| ; RUN: rm -rf %t |
| ; RUN: mkdir %t |
| ; RUN: cd %t |
| ; RUN: llvm-mc -dwarf-version=5 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf5-locaddrx.s \ |
| ; RUN: -split-dwarf-file=mainlocadddrx.dwo -o mainlocadddrx.o |
| ; RUN: %clang %cflags -gdwarf-5 -gsplit-dwarf=split mainlocadddrx.o -o mainlocadddrx.exe |
| ; RUN: llvm-bolt mainlocadddrx.exe -o mainlocadddrx.exe.bolt --update-debug-sections |
| ; RUN: llvm-dwarfdump --show-form --verbose --debug-info mainlocadddrx.exe | FileCheck -check-prefix=PRE-BOLT %s |
| ; RUN: llvm-dwarfdump --show-form --verbose --debug-addr mainlocadddrx.exe.bolt &> %t/foo.txt |
| ; RUN: llvm-dwarfdump --show-form --verbose --debug-info mainlocadddrx.exe.bolt >> %t/foo.txt |
| ; RUN: cat %t/foo.txt | FileCheck -check-prefix=BOLT %s |
| ; RUN: llvm-dwarfdump --show-form --verbose --debug-info mainlocadddrx.dwo | FileCheck -check-prefix=PRE-BOLT-DWO %s |
| ; RUN: llvm-dwarfdump --show-form --verbose --debug-info mainlocadddrx.dwo.dwo | FileCheck -check-prefix=BOLT-DWO %s |
| |
| ; Testing dwarf5 split dwarf. Making sure DW_AT_low_pc/DW_AT_high_pc are converted correctly in the binary and in dwo. |
| ; Checking that DW_AT_location [DW_FORM_exprloc] (DW_OP_addrx 0x0) is updated correctly. |
| |
| ; PRE-BOLT: version = 0x0005 |
| ; PRE-BOLT: DW_TAG_skeleton_unit |
| ; PRE-BOLT: DW_AT_low_pc [DW_FORM_addrx] |
| ; PRE-BOLT-NEXT: DW_AT_high_pc [DW_FORM_data4] |
| ; PRE-BOLT: DW_AT_addr_base [DW_FORM_sec_offset] (0x00000008) |
| |
| ; BOLT: Addrs: [ |
| ; BOLT-NEXT: 0x |
| ; BOLT-NEXT: 0x |
| ; BOLT-NEXT: 0x[[#%.16x,ADDR:]] |
| ; BOLT-NEXT: 0x |
| ; BOLT-NEXT: 0x[[#%.16x,ADDR2:]] |
| ; BOLT: DW_TAG_skeleton_unit |
| ; BOLT: DW_AT_low_pc [DW_FORM_addrx] (indexed (00000003) address = 0x0000000000000000) |
| ; BOLT-NEXT: DW_AT_ranges [DW_FORM_rnglistx] (indexed (0x0) rangelist = 0x00000010 |
| ; BOLT-NEXT: [0x[[#ADDR]] |
| ; BOLT-SAME: 0x[[#ADDR + 0x24]] |
| ; BOLT-NEXT: [0x[[#ADDR2]] |
| ; BOLT-SAME: 0x[[#ADDR2 + 0x54]] |
| ; BOLT-NEXT: DW_AT_addr_base [DW_FORM_sec_offset] (0x00000008) |
| ; BOLT-NEXT: DW_AT_rnglists_base [DW_FORM_sec_offset] (0x0000000c) |
| |
| ; PRE-BOLT-DWO: version = 0x0005 |
| ; PRE-BOLT-DWO: DW_TAG_compile_unit |
| ; PRE-BOLT-DWO: DW_TAG_variable [2] |
| ; PRE-BOLT-DWO-NEXT: DW_AT_name [DW_FORM_strx1] (indexed (00000000) string = "x") |
| ; PRE-BOLT-DWO-NEXT: DW_AT_type |
| ; PRE-BOLT-DWO-NEXT: DW_AT_external |
| ; PRE-BOLT-DWO-NEXT: DW_AT_decl_file |
| ; PRE-BOLT-DWO-NEXT: DW_AT_decl_line |
| ; PRE-BOLT-DWO-NEXT: DW_AT_location [DW_FORM_exprloc] (DW_OP_addrx 0x0) |
| ; PRE-BOLT-DWO: DW_TAG_variable [2] |
| ; PRE-BOLT-DWO-NEXT: DW_AT_name [DW_FORM_strx1] (indexed (00000002) string = "y") |
| ; PRE-BOLT-DWO-NEXT: DW_AT_type |
| ; PRE-BOLT-DWO-NEXT: DW_AT_external |
| ; PRE-BOLT-DWO-NEXT: DW_AT_decl_file |
| ; PRE-BOLT-DWO-NEXT: DW_AT_decl_line |
| ; PRE-BOLT-DWO-NEXT: DW_AT_location [DW_FORM_exprloc] (DW_OP_addrx 0x1) |
| ; PRE-BOLT-DWO: DW_TAG_subprogram |
| ; PRE-BOLT-DWO-NEXT: DW_AT_low_pc [DW_FORM_addrx] (indexed (00000002) |
| ; PRE-BOLT-DWO-NEXT: DW_AT_high_pc [DW_FORM_data4] (0x00000024) |
| ; PRE-BOLT-DWO: DW_TAG_subprogram |
| ; PRE-BOLT-DWO-NEXT: DW_AT_low_pc [DW_FORM_addrx] (indexed (00000003) |
| ; PRE-BOLT-DWO-NEXT: DW_AT_high_pc [DW_FORM_data4] (0x0000005a) |
| |
| ; BOLT-DWO: DW_TAG_compile_unit |
| ; BOLT-DWO: DW_TAG_variable [2] |
| ; BOLT-DWO-NEXT: DW_AT_name [DW_FORM_strx1] (indexed (00000000) string = "x") |
| ; BOLT-DWO-NEXT: DW_AT_type |
| ; BOLT-DWO-NEXT: DW_AT_external |
| ; BOLT-DWO-NEXT: DW_AT_decl_file |
| ; BOLT-DWO-NEXT: DW_AT_decl_line |
| ; BOLT-DWO-NEXT: DW_AT_location [DW_FORM_exprloc] (DW_OP_addrx 0x0) |
| ; BOLT-DWO: DW_TAG_variable [2] |
| ; BOLT-DWO-NEXT: DW_AT_name [DW_FORM_strx1] (indexed (00000002) string = "y") |
| ; BOLT-DWO-NEXT: DW_AT_type |
| ; BOLT-DWO-NEXT: DW_AT_external |
| ; BOLT-DWO-NEXT: DW_AT_decl_file |
| ; BOLT-DWO-NEXT: DW_AT_decl_line |
| ; BOLT-DWO-NEXT: DW_AT_location [DW_FORM_exprloc] (DW_OP_addrx 0x1) |
| ; BOLT-DWO: DW_TAG_subprogram [4] |
| ; BOLT-DWO-NEXT: DW_AT_low_pc [DW_FORM_addrx] (indexed (00000003) |
| ; BOLT-DWO-NEXT: DW_AT_ranges [DW_FORM_rnglistx] (indexed (0x0) rangelist = 0x00000014 |
| ; BOLT-DWO-NEXT: [0x0000000000000000, 0x0000000000000024)) |
| ; BOLT-DWO: DW_TAG_subprogram [6] |
| ; BOLT-DWO-NEXT: DW_AT_low_pc [DW_FORM_addrx] (indexed (00000003) |
| ; BOLT-DWO-NEXT: DW_AT_ranges [DW_FORM_rnglistx] (indexed (0x1) rangelist = 0x00000018 |
| ; BOLT-DWO-NEXT: [0x0000000000000000, 0x0000000000000054)) |