xref: /llvm-project/bolt/test/keep-aranges.test (revision 11791ae7b0b05b8bd8d806331ff51da618912cf8)
1## Check that BOLT generates .debug_aranges section for an input
2## where it was removed when .gdb_index was generated.
3
4REQUIRES: system-linux
5
6RUN: %clang %cflags %S/Inputs/icf_baz.c %S/Inputs/icf_main.c -Wl,--icf=all,--gdb-index \
7RUN:   -g -o %t.exe -fuse-ld=lld
8RUN: llvm-bolt %t.exe -o %t --update-debug-sections --keep-aranges
9RUN: llvm-dwarfdump -debug-aranges %t | FileCheck %s
10
11CHECK: Address Range Header: length = {{.*}}, version = 0x0002, cu_offset = 0x00000000, addr_size = 0x08, seg_size = 0x00
12