1## Check correctness of processing .plt.sec with 8-byte entries. 2# RUN: yaml2obj %p/Inputs/plt-sec-8-byte.yaml &> %t.exe 3# RUN: llvm-bolt %t.exe --print-cfg --print-only=main -o %t.out | FileCheck %s 4 5CHECK: callq printf@PLT 6CHECK: callq exit@PLT 7