xref: /llvm-project/bolt/test/X86/plt-sec-8-byte.test (revision d648aa1b8e937de1648524e1f1016b53b29ba2a4)
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