xref: /llvm-project/bolt/test/AArch64/plt-got.test (revision 888742a12119b46190642ce521367e0531196e3b)
1// This test checks .plt.got handling by BOLT
2
3RUN: yaml2obj %p/Inputs/plt-got.yaml &> %t.exe
4RUN: llvm-bolt %t.exe -o %t.bolt --print-disasm --print-only=_start/1 | \
5RUN:   FileCheck %s
6
7CHECK: bl abort@PLT
8