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