9 lines · plain
1// This test checks that the binary with relaxed ADRP+LDR instructions is2// processed normally with BOLT and the ADR instruction address is recognized3// normally.4 5RUN: yaml2obj %p/Inputs/skip-got-rel.yaml &> %t.exe6RUN: llvm-bolt %t.exe -o %t.null --print-cfg --print-only=_start | FileCheck %s7 8CHECK: adr x0, foo29