brintos

brintos / llvm-project-archived public Read only

0
0
Text · 510 B · e5c9faa Raw
12 lines · plain
1## Check that BOLT generates .debug_aranges section for an input2## where it was removed when .gdb_index was generated.3 4REQUIRES: system-linux5 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=lld8RUN: llvm-bolt %t.exe -o %t --update-debug-sections --keep-aranges9RUN: llvm-dwarfdump -debug-aranges %t | FileCheck %s10 11CHECK: Address Range Header: length = {{.*}}, version = 0x0002, cu_offset = 0x00000000, addr_size = 0x08, seg_size = 0x0012