1 # RUN: yaml2obj %p/Inputs/plt-mold.yaml &> %t.exe
2 # RUN: llvm-bolt %t.exe --print-cfg --print-only=main.* -o %t.out | FileCheck %s
4 ## Check that llvm-bolt correctly parses PLT created by mold linker.
5 ## The only call instruction in main() should be a call to printf() in PLT.
6 CHECK: callq "printf$plt