Sayhaan Siddiqui | 11791ae | 2024-05-31 22:14:37 | [diff] [blame] | 1 | ## Check that BOLT generates .debug_aranges section for an input |
| 2 | ## where it was removed when .gdb_index was generated. |
Rafael Auler | b392ec6 | 2021-12-23 13:59:35 | [diff] [blame] | 3 | |
| 4 | REQUIRES: system-linux |
| 5 | |
Vladislav Khmelevsky | dcc595e | 2022-01-26 22:59:10 | [diff] [blame] | 6 | RUN: %clang %cflags %S/Inputs/icf_baz.c %S/Inputs/icf_main.c -Wl,--icf=all,--gdb-index \ |
| 7 | RUN: -g -o %t.exe -fuse-ld=lld |
Maksim Panchenko | d648aa1 | 2022-06-10 21:10:58 | [diff] [blame] | 8 | RUN: llvm-bolt %t.exe -o %t --update-debug-sections --keep-aranges |
Amir Ayupov | d41b4e6 | 2021-10-07 20:38:58 | [diff] [blame] | 9 | RUN: llvm-dwarfdump -debug-aranges %t | FileCheck %s |
| 10 | |
| 11 | CHECK: Address Range Header: length = {{.*}}, version = 0x0002, cu_offset = 0x00000000, addr_size = 0x08, seg_size = 0x00 |