10 lines · plain
1# Verify that bolt correctly handle AArch64 relocations in case of enabling2# update-debug-sections option.3 4RUN: %clang %cflags -g %p/../Inputs/asm_foo.s %p/../Inputs/asm_main.c -o %t.exe5RUN: llvm-bolt %t.exe -o %t --update-debug-sections 2>&1 | FileCheck %s6 7CHECK: BOLT-INFO: Target architecture: aarch648CHECK-NOT: Reloc num: 109CHECK-NOT: unsupported relocation type10