1 // This test checks that the binary with relaxed ADRP+LDR instructions is
2 // processed normally with BOLT and the ADR instruction address is recognized
5 RUN: yaml2obj %p/Inputs/skip-got-rel.yaml &> %t.exe
6 RUN: llvm-bolt %t.exe -o /dev/null --print-cfg --print-only=_start | FileCheck %s