1# Verify that bolt correctly handle AArch64 relocations in case of enabling
2# update-debug-sections option.
3
4RUN: %clang %cflags -g %p/../Inputs/asm_foo.s %p/../Inputs/asm_main.c -o %t.exe
5RUN: llvm-bolt %t.exe -o %t --update-debug-sections
6
7CHECK: BOLT-INFO: Target architecture: aarch64
8CHECK-NOT: Reloc num: 10
9CHECK-NOT: unsupported relocation type
10