7 lines · plain
1## Check correctness of processing .plt.sec with 8-byte entries.2# RUN: yaml2obj %p/Inputs/plt-sec-8-byte.yaml &> %t.exe3# RUN: llvm-bolt %t.exe --print-cfg --print-only=main -o %t.out | FileCheck %s4 5CHECK: callq printf@PLT6CHECK: callq exit@PLT7